Searched defs:fb_tilerect (Results 1 – 1 of 1) sorted by relevance
719 struct fb_tilerect { struct720 __u32 sx; /* origin in the x-axis */721 __u32 sy; /* origin in the y-axis */722 __u32 width; /* number of tiles in the x-axis */723 __u32 height; /* number of tiles in the y-axis */724 __u32 index; /* what tile to use: index to tile map */725 __u32 fg; /* foreground color */726 __u32 bg; /* background color */727 __u32 rop; /* raster operation */