Lines Matching defs:rect
728 * @rect: info about rectangle to fill
733 const struct fb_fillrect *rect)
735 sys_fillrect(info, rect);
736 drm_fb_helper_dirty(info, rect->dx, rect->dy,
737 rect->width, rect->height);
776 * @rect: info about rectangle to fill
781 const struct fb_fillrect *rect)
783 cfb_fillrect(info, rect);
784 drm_fb_helper_dirty(info, rect->dx, rect->dy,
785 rect->width, rect->height);