Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfb.h335 struct fb_tileblit { struct
336 __u32 sx; /* origin in the x-axis */
337 __u32 sy; /* origin in the y-axis */
338 __u32 width; /* number of tiles in the x-axis */
339 __u32 height; /* number of tiles in the y-axis */
340 __u32 fg; /* foreground color */
341 __u32 bg; /* background color */
342 __u32 length; /* number of tiles to draw */
366 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit); argument
/kernel/linux/linux-6.6/include/linux/
Dfb.h345 struct fb_tileblit { struct
346 __u32 sx; /* origin in the x-axis */
347 __u32 sy; /* origin in the y-axis */
348 __u32 width; /* number of tiles in the x-axis */
349 __u32 height; /* number of tiles in the y-axis */
350 __u32 fg; /* foreground color */
351 __u32 bg; /* background color */
352 __u32 length; /* number of tiles to draw */
376 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit); member