Lines Matching refs:rect
211 struct rect {
219 struct rect rect[1];
395 msg.dirt.rect[0].x1 = (x1 > x2) ? 0 : x1;
396 msg.dirt.rect[0].y1 = (y1 > y2) ? 0 : y1;
397 msg.dirt.rect[0].x2 =
399 msg.dirt.rect[0].y2 =
870 const struct fb_fillrect *rect)
874 cfb_fillrect(p, rect);
878 hvfb_ondemand_refresh_throttle(par, rect->dx, rect->dy,
879 rect->width, rect->height);