/drivers/video/fbdev/core/ |
D | sysimgblt.c | 112 void *dst1, u32 fgcolor, u32 bgcolor, in slow_imageblit() argument 125 bgcolor <<= FB_LEFT_POS(p, bpp); in slow_imageblit() 144 color = (*s & (1 << l)) ? fgcolor : bgcolor; in slow_imageblit() 187 void *dst1, u32 fgcolor, u32 bgcolor) in fast_imageblit() argument 189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 214 bgx |= bgcolor; in fast_imageblit() 242 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local 266 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 269 bgcolor = image->bg_color; in sys_imageblit() 275 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in sys_imageblit() [all …]
|
D | cfbimgblt.c | 139 u32 bgcolor, in slow_imageblit() argument 154 bgcolor <<= FB_LEFT_POS(p, bpp); in slow_imageblit() 173 color = (*s & (1 << l)) ? fgcolor : bgcolor; in slow_imageblit() 217 u32 bgcolor) in fast_imageblit() argument 219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 244 bgx |= bgcolor; in fast_imageblit() 267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local 291 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in cfb_imageblit() 294 bgcolor = image->bg_color; in cfb_imageblit() 300 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in cfb_imageblit() [all …]
|
/drivers/video/fbdev/ |
D | atafb.h | 10 const u8 *data, u32 bgcolor, u32 fgcolor); 18 const u8 *data, u32 bgcolor, u32 fgcolor); 26 const u8 *data, u32 bgcolor, u32 fgcolor); 34 const u8 *data, u32 bgcolor, u32 fgcolor);
|
D | atafb_iplan2p2.c | 241 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p2_linefill() argument 250 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p2_linefill() 257 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p2_linefill() 270 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p2_linefill()
|
D | atafb_iplan2p4.c | 255 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p4_linefill() argument 264 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p4_linefill() 271 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p4_linefill() 285 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p4_linefill()
|
D | atafb_iplan2p8.c | 290 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p8_linefill() argument 299 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p8_linefill() 306 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p8_linefill() 322 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p8_linefill()
|
D | tgafb.c | 623 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 659 bgcolor = image->bg_color; 663 bgcolor |= bgcolor << 8; 664 bgcolor |= bgcolor << 16; 668 if (bgcolor < 16) 669 bgcolor = ((u32 *)info->pseudo_palette)[bgcolor]; 672 __raw_writel(bgcolor, regs_base + TGA_BACKGROUND_REG);
|
D | atafb_mfb.c | 79 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_mfb_linefill() argument
|
D | amifb.c | 3310 const u8 *data, u32 bgcolor, u32 fgcolor) in expand_one_line() argument 3318 if ((bgcolor ^ fgcolor) & 1) { in expand_one_line() 3331 bgcolor >>= 1; in expand_one_line()
|
/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 77 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit1() argument 93 cmd[5] = bgcolor; in mb86290fb_imageblit1() 126 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit8() argument 165 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit16() argument 196 u32 fgcolor = 0, bgcolor = 0; in mb86290fb_imageblit() local 222 bgcolor = in mb86290fb_imageblit() 226 bgcolor = image->bg_color; in mb86290fb_imageblit() 251 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); in mb86290fb_imageblit()
|
/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 134 uint32_t fgcolor, bgcolor; in qxl_palette_create_1bit() local 146 bgcolor = pseudo_palette[fb_image->bg_color]; in qxl_palette_create_1bit() 149 bgcolor = fb_image->bg_color; in qxl_palette_create_1bit() 151 pal->ents[0] = bgcolor; in qxl_palette_create_1bit()
|
/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1517 u32 fgcolor, bgcolor; in intelfb_imageblit() local 1531 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit() 1534 bgcolor = image->bg_color; in intelfb_imageblit() 1537 if (!intelfbhw_do_drawglyph(dinfo, fgcolor, bgcolor, image->width, in intelfb_imageblit()
|