Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfb.h355 struct fb_tileblit { struct
356 __u32 sx; /* origin in the x-axis */
357 __u32 sy; /* origin in the y-axis */
358 __u32 width; /* number of tiles in the x-axis */
359 __u32 height; /* number of tiles in the y-axis */
360 __u32 fg; /* foreground color */
361 __u32 bg; /* background color */
362 __u32 length; /* number of tiles to draw */
386 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit); argument