Searched defs:fb_tilerect (Results 1 – 2 of 2) sorted by relevance
315 struct fb_tilerect { struct316 __u32 sx; /* origin in the x-axis */317 __u32 sy; /* origin in the y-axis */318 __u32 width; /* number of tiles in the x-axis */319 __u32 height; /* number of tiles in the y-axis */320 __u32 index; /* what tile to use: index to tile map */321 __u32 fg; /* foreground color */322 __u32 bg; /* background color */323 __u32 rop; /* raster operation */
343 struct fb_tilerect { struct344 __u32 sx; /* origin in the x-axis */345 __u32 sy; /* origin in the y-axis */346 __u32 width; /* number of tiles in the x-axis */347 __u32 height; /* number of tiles in the y-axis */348 __u32 index; /* what tile to use: index to tile map */349 __u32 fg; /* foreground color */350 __u32 bg; /* background color */351 __u32 rop; /* raster operation */