Searched defs:fb_fillrect (Results 1 – 5 of 5) sorted by relevance
348 struct fb_fillrect { struct349 __u32 dx; /* screen-relative */350 __u32 dy;351 __u32 width;352 __u32 height;353 __u32 color;354 __u32 rop;
351 struct fb_fillrect { struct352 __u32 dx; /* screen-relative */353 __u32 dy;354 __u32 width;355 __u32 height;356 __u32 color;357 __u32 rop;
212 struct fb_fillrect { struct213 __u32 dx; /* screen-relative */214 __u32 dy;215 __u32 width;216 __u32 height;217 __u32 color;218 __u32 rop;
263 void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect); member