Home | History | Annotate | Download | only in linux

Lines Matching refs:image

334 	__u32 dx;		/* Where to place image */
336 __u32 width; /* Size of image */
340 __u8 depth; /* Depth of the image */
341 const char *data; /* Pointer to image data */
367 struct fb_image image; /* Cursor image */
468 __u32 dx; /* Where to place image */
470 __u32 width; /* Size of image */
474 __u8 depth; /* Depth of the image */
475 const char __user *data; /* Pointer to image data */
485 struct fb_image_user image; /* Cursor image */
600 /* Draws a image to the display */
601 void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image);
756 struct fb_pixmap pixmap; /* Image hardware mapper */
874 extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image);