Lines Matching refs:height
35 .height = -1,
61 u16 width, u16 height) in hitfb_accel_set_dest() argument
68 fb_writew(height-1, HD64461_BBTDHR); in hitfb_accel_set_dest()
76 u16 dy, u16 width, u16 height, u16 rop, in hitfb_accel_bitblt() argument
82 height--; 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()
112 fb_writew(height, HD64461_BBTDHR); in hitfb_accel_bitblt()
138 rect->height); in hitfb_fillrect()
143 rect->height); in hitfb_fillrect()
153 area->dx, area->dy, area->width, area->height, in hitfb_copyarea()