Lines Matching refs:width
36 .width = -1,
61 u16 width, u16 height) in hitfb_accel_set_dest() argument
67 fb_writew(width-1, HD64461_BBTDWR); in hitfb_accel_set_dest()
76 u16 dy, u16 width, u16 height, u16 rop, in hitfb_accel_bitblt() argument
83 width--; in hitfb_accel_bitblt()
86 saddr = WIDTH * (sy + height) + sx + width; in hitfb_accel_bitblt()
87 daddr = WIDTH * (dy + height) + dx + width; in hitfb_accel_bitblt()
90 maddr = ((width >> 3) + 1) * (height + 1) - 1; in hitfb_accel_bitblt()
93 (((width >> 4) + 1) * (height + 1) - 1) * 2; in hitfb_accel_bitblt()
111 fb_writew(width, HD64461_BBTDWR); in hitfb_accel_bitblt()
137 hitfb_accel_set_dest(1, rect->dx, rect->dy, rect->width, in hitfb_fillrect()
142 hitfb_accel_set_dest(0, rect->dx, rect->dy, rect->width, in hitfb_fillrect()
153 area->dx, area->dy, area->width, area->height, in hitfb_copyarea()