Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfb.h289 struct fb_fillrect { struct
290 __u32 dx;
291 __u32 dy;
292 __u32 width;
293 __u32 height;
294 __u32 color;
295 __u32 rop;
/kernel/linux/linux-5.10/include/uapi/linux/
Dfb.h351 struct fb_fillrect { struct
352 __u32 dx; /* screen-relative */
353 __u32 dy;
354 __u32 width;
355 __u32 height;
356 __u32 color;
357 __u32 rop;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfb.h287 struct fb_fillrect { struct
288 __u32 dx;
289 __u32 dy;
290 __u32 width;
291 __u32 height;
292 __u32 color;
293 __u32 rop;
/kernel/linux/linux-5.10/include/linux/
Dfb.h263 void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect); member