Searched defs:fb_fillrect (Results 1 – 1 of 1) sorted by relevance
360 struct fb_fillrect { struct361 __u32 dx; /* screen-relative */362 __u32 dy;363 __u32 width;364 __u32 height;365 __u32 color;366 __u32 rop;669 void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect); member