Searched defs:fb_tilemap (Results 1 – 1 of 1) sorted by relevance
315 struct fb_tilemap { struct316 __u32 width; /* width of each tile in pixels */317 __u32 height; /* height of each tile in scanlines */318 __u32 depth; /* color depth of each tile */319 __u32 length; /* number of tiles in the map */320 const __u8 *data; /* actual tile map: a bitmap array, packed