Lines Matching defs:image
760 * @image: info about image to blit
765 const struct fb_image *image)
767 sys_imageblit(info, image);
768 drm_fb_helper_dirty(info, image->dx, image->dy,
769 image->width, image->height);
808 * @image: info about image to blit
813 const struct fb_image *image)
815 cfb_imageblit(info, image);
816 drm_fb_helper_dirty(info, image->dx, image->dy,
817 image->width, image->height);