Searched defs:fb_tileblit (Results 1 – 1 of 1) sorted by relevance
363 struct fb_tileblit { struct364 __u32 sx; /* origin in the x-axis */365 __u32 sy; /* origin in the y-axis */366 __u32 width; /* number of tiles in the x-axis */367 __u32 height; /* number of tiles in the y-axis */368 __u32 fg; /* foreground color */369 __u32 bg; /* background color */370 __u32 length; /* number of tiles to draw */394 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit); member