Lines Matching defs:rect
754 * @rect: info about rectangle to fill
759 const struct fb_fillrect *rect)
761 sys_fillrect(info, rect);
762 drm_fb_helper_dirty(info, rect->dx, rect->dy,
763 rect->width, rect->height);
802 * @rect: info about rectangle to fill
807 const struct fb_fillrect *rect)
809 cfb_fillrect(info, rect);
810 drm_fb_helper_dirty(info, rect->dx, rect->dy,
811 rect->width, rect->height);