Searched defs:fb_fillrect (Results 1 – 2 of 2) sorted by relevance
345 struct fb_fillrect { struct346 __u32 dx; /* screen-relative */347 __u32 dy;348 __u32 width;349 __u32 height;350 __u32 color;351 __u32 rop;
283 void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect); member