Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dfb.h341 struct fb_image { struct
342 __u32 dx; /* Where to place image */
343 __u32 dy;
344 __u32 width; /* Size of image */
345 __u32 height;
346 __u32 fg_color; /* Only used when a mono bitmap */
347 __u32 bg_color;
348 __u8 depth; /* Depth of the image */
349 const char *data; /* Pointer to image data */
350 struct fb_cmap cmap; /* color map info */