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