Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfb.h357 struct fb_image { struct
358 __u32 dx; /* Where to place image */
359 __u32 dy;
360 __u32 width; /* Size of image */
361 __u32 height;
362 __u32 fg_color; /* Only used when a mono bitmap */
363 __u32 bg_color;
364 __u8 depth; /* Depth of the image */
365 const char *data; /* Pointer to image data */
366 struct fb_cmap cmap; /* color map info */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfb.h357 struct fb_image { struct
358 __u32 dx; /* Where to place image */
359 __u32 dy;
360 __u32 width; /* Size of image */
361 __u32 height;
362 __u32 fg_color; /* Only used when a mono bitmap */
363 __u32 bg_color;
364 __u8 depth; /* Depth of the image */
365 const char *data; /* Pointer to image data */
366 struct fb_cmap cmap; /* color map info */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfb.h360 struct fb_image { struct
361 __u32 dx; /* Where to place image */
362 __u32 dy;
363 __u32 width; /* Size of image */
364 __u32 height;
365 __u32 fg_color; /* Only used when a mono bitmap */
366 __u32 bg_color;
367 __u8 depth; /* Depth of the image */
368 const char *data; /* Pointer to image data */
369 struct fb_cmap cmap; /* color map info */
/OK3568_Linux_fs/u-boot/include/linux/
H A 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 */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_drv.h173 struct fb_image fb_image; member