Searched defs:fb_image (Results 1 – 1 of 1) sorted by relevance
220 struct fb_image { struct221 __u32 dx; /* Where to place image */222 __u32 dy;223 __u32 width; /* Size of image */224 __u32 height;225 __u32 fg_color; /* Only used when a mono bitmap */226 __u32 bg_color;227 __u8 depth; /* Depth of the image */228 const char *data; /* Pointer to image data */229 struct fb_cmap cmap; /* color map info */
Completed in 7 milliseconds