Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfb.h349 struct fb_fillrect { struct
350 __u32 dx; /* screen-relative */
351 __u32 dy;
352 __u32 width;
353 __u32 height;
354 __u32 color;
355 __u32 rop;
/linux-4.4.14/include/linux/
Dfb.h272 void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect); member