Lines Matching refs:rect
204 struct rect {
212 struct rect rect[1];
388 msg.dirt.rect[0].x1 = (x1 > x2) ? 0 : x1;
389 msg.dirt.rect[0].y1 = (y1 > y2) ? 0 : y1;
390 msg.dirt.rect[0].x2 =
392 msg.dirt.rect[0].y2 =
852 const struct fb_fillrect *rect)
856 cfb_fillrect(p, rect);
860 hvfb_ondemand_refresh_throttle(par, rect->dx, rect->dy,
861 rect->width, rect->height);