Lines Matching refs:fb_image
129 const struct fb_image *fb_image = &qxl_fb_image->fb_image; in qxl_palette_create_1bit() local
143 fgcolor = pseudo_palette[fb_image->fg_color]; in qxl_palette_create_1bit()
144 bgcolor = pseudo_palette[fb_image->bg_color]; in qxl_palette_create_1bit()
146 fgcolor = fb_image->fg_color; in qxl_palette_create_1bit()
147 bgcolor = fb_image->bg_color; in qxl_palette_create_1bit()
161 const struct fb_image *fb_image = &qxl_fb_image->fb_image; in qxl_draw_opaque_fb() local
162 int x = fb_image->dx; in qxl_draw_opaque_fb()
163 int y = fb_image->dy; in qxl_draw_opaque_fb()
164 int width = fb_image->width; in qxl_draw_opaque_fb()
165 int height = fb_image->height; in qxl_draw_opaque_fb()
166 const char *src = fb_image->data; in qxl_draw_opaque_fb()
167 int depth = fb_image->depth; in qxl_draw_opaque_fb()