Lines Matching defs:image
535 * Copies a image from system memory to the screen.
538 * @image: structure defining the image.
540 * This drawing operation draws a image on the screen. It can be a
541 * mono image (needed for font handling) or a color image (needed for
544 void xxxfb_imageblit(struct fb_info *p, const struct fb_image *image)
548 * @dy: destination area to place the image on the screen.
549 * @width: How wide the image is we want to copy.
550 * @height: How tall the image is we want to copy.
552 * @bg_color: the foreground and background of the image to
554 * @depth: How many bits represent a single pixel for this image.
555 * @data: The actual data used to construct the image on the display.
587 * @dest: A image of the area we are going to display the cursor.
590 * @image: The actual data for the cursor image.
594 * FB_CUR_SETIMAGE - the cursor image has changed (cursor->image.data)
595 * FB_CUR_SETPOS - the cursor position has changed (cursor->image.dx|dy)
604 * ROP_XOR - cursor->image.data XOR cursor->mask
605 * ROP_COPY - curosr->image.data AND cursor->mask
609 * - fbcon only supports a 2-color cursor (cursor->image.depth = 1)