Lines Matching defs:image
288 * * Draws a image to the display *
289 * void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image);
2462 * generic drawing routines; imageblit needs updating for image depth > 1
2573 static void atafb_imageblit(struct fb_info *info, const struct fb_image *image)
2584 cfb_imageblit(info, image);
2594 x2 = image->dx + image->width;
2595 y2 = image->dy + image->height;
2596 dx = image->dx;
2597 dy = image->dy;
2603 if (image->depth == 1) {
2609 src = image->data;
2610 pitch = (image->width + 7) / 8;
2616 image->bg_color, image->fg_color);
2620 image->bg_color, image->fg_color);
2624 image->bg_color, image->fg_color);
2628 image->bg_color, image->fg_color);
2633 c2p_iplan2(info->screen_base, image->data, dx, dy, width,
2634 height, par->next_line, image->width,