Home
last modified time | relevance | path

Searched defs:fb_fillrect (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dfb.h354 struct fb_fillrect { struct
355 __u32 dx; /* screen-relative */
356 __u32 dy;
357 __u32 width;
358 __u32 height;
359 __u32 color;
360 __u32 rop;
663 void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect); member