Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfb.h358 struct fb_image { struct
359 __u32 dx; /* Where to place image */
360 __u32 dy;
361 __u32 width; /* Size of image */
362 __u32 height;
363 __u32 fg_color; /* Only used when a mono bitmap */
364 __u32 bg_color;
365 __u8 depth; /* Depth of the image */
366 const char *data; /* Pointer to image data */
367 struct fb_cmap cmap; /* color map info */
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_draw.c129 const struct fb_image *fb_image = &qxl_fb_image->fb_image; in qxl_palette_create_1bit() local
161 const struct fb_image *fb_image = &qxl_fb_image->fb_image; in qxl_draw_opaque_fb() local
Dqxl_drv.h215 struct fb_image fb_image; member