Lines Matching refs:image
393 static void cg6_imageblit(struct fb_info *info, const struct fb_image *image) in cg6_imageblit() argument
397 const u8 *data = image->data; in cg6_imageblit()
402 if (image->depth > 1) { in cg6_imageblit()
403 cfb_imageblit(info, image); in cg6_imageblit()
411 sbus_writel(image->fg_color, &fbc->fg); in cg6_imageblit()
412 sbus_writel(image->bg_color, &fbc->bg); in cg6_imageblit()
422 x = image->dx; in cg6_imageblit()
423 y = image->dy; in cg6_imageblit()
424 for (i = 0; i < image->height; i++) { in cg6_imageblit()
425 width = image->width; in cg6_imageblit()
467 x = image->dx; in cg6_imageblit()