Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dfb.h363 struct fb_image { struct
364 __u32 dx; /* Where to place image */
365 __u32 dy;
366 __u32 width; /* Size of image */
367 __u32 height;
368 __u32 fg_color; /* Only used when a mono bitmap */
369 __u32 bg_color;
370 __u8 depth; /* Depth of the image */
371 const char *data; /* Pointer to image data */
372 struct fb_cmap cmap; /* color map info */