Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfb.h733 struct fb_tileblit { struct
734 __u32 sx; /* origin in the x-axis */
735 __u32 sy; /* origin in the y-axis */
736 __u32 width; /* number of tiles in the x-axis */
737 __u32 height; /* number of tiles in the y-axis */
738 __u32 fg; /* foreground color */
739 __u32 bg; /* background color */
740 __u32 length; /* number of tiles to draw */
764 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit); member