Lines Matching defs:width
35 .width = -1,
60 u16 width, u16 height)
66 fb_writew(width-1, HD64461_BBTDWR);
75 u16 dy, u16 width, u16 height, u16 rop,
82 width--;
85 saddr = WIDTH * (sy + height) + sx + width;
86 daddr = WIDTH * (dy + height) + dx + width;
89 maddr = ((width >> 3) + 1) * (height + 1) - 1;
92 (((width >> 4) + 1) * (height + 1) - 1) * 2;
110 fb_writew(width, HD64461_BBTDWR);
136 hitfb_accel_set_dest(1, rect->dx, rect->dy, rect->width,
141 hitfb_accel_set_dest(0, rect->dx, rect->dy, rect->width,
152 area->dx, area->dy, area->width, area->height,