Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfb.h359 struct fb_image { struct
360 __u32 dx; /* Where to place image */
361 __u32 dy;
362 __u32 width; /* Size of image */
363 __u32 height;
364 __u32 fg_color; /* Only used when a mono bitmap */
365 __u32 bg_color;
366 __u8 depth; /* Depth of the image */
367 const char *data; /* Pointer to image data */
368 struct fb_cmap cmap; /* color map info */
/external/u-boot/include/linux/
Dfb.h221 struct fb_image { struct
222 __u32 dx; /* Where to place image */
223 __u32 dy;
224 __u32 width; /* Size of image */
225 __u32 height;
226 __u32 fg_color; /* Only used when a mono bitmap */
227 __u32 bg_color;
228 __u8 depth; /* Depth of the image */
229 const char *data; /* Pointer to image data */
230 struct fb_cmap cmap; /* color map info */