/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() 220 bgx |= bgcolor; in fast_imageblit() 290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local 314 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 317 bgcolor = image->bg_color; in sys_imageblit() 323 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() 250 bgx |= bgcolor; in fast_imageblit() 320 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local 344 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in cfb_imageblit() 347 bgcolor = image->bg_color; in cfb_imageblit() 353 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in cfb_imageblit() [all …]
|
/drivers/video/fbdev/ |
D | atafb.h | 11 const u8 *data, u32 bgcolor, u32 fgcolor); 19 const u8 *data, u32 bgcolor, u32 fgcolor); 27 const u8 *data, u32 bgcolor, u32 fgcolor); 35 const u8 *data, u32 bgcolor, u32 fgcolor);
|
D | atafb_iplan2p2.c | 240 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p2_linefill() argument 249 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p2_linefill() 256 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p2_linefill() 269 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p2_linefill()
|
D | atafb_iplan2p4.c | 254 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p4_linefill() argument 263 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p4_linefill() 270 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p4_linefill() 284 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p4_linefill()
|
D | atafb_iplan2p8.c | 289 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p8_linefill() argument 298 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p8_linefill() 305 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p8_linefill() 321 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p8_linefill()
|
D | tgafb.c | 633 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 669 bgcolor = image->bg_color; 673 bgcolor |= bgcolor << 8; 674 bgcolor |= bgcolor << 16; 678 if (bgcolor < 16) 679 bgcolor = ((u32 *)info->pseudo_palette)[bgcolor]; 682 __raw_writel(bgcolor, regs_base + TGA_BACKGROUND_REG);
|
D | atafb_mfb.c | 78 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_mfb_linefill() argument
|
D | amifb.c | 3301 const u8 *data, u32 bgcolor, u32 fgcolor) in expand_one_line() argument 3309 if ((bgcolor ^ fgcolor) & 1) { in expand_one_line() 3322 bgcolor >>= 1; in expand_one_line()
|
/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 73 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit1() argument 89 cmd[5] = bgcolor; in mb86290fb_imageblit1() 122 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit8() argument 161 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit16() argument 191 u32 fgcolor = 0, bgcolor = 0; in mb86290fb_imageblit() local 216 bgcolor = in mb86290fb_imageblit() 220 bgcolor = image->bg_color; in mb86290fb_imageblit() 245 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); in mb86290fb_imageblit()
|
/drivers/media/platform/renesas/vsp1/ |
D | vsp1_brx.c | 46 brx->bgcolor = ctrl->val; in brx_s_ctrl() 324 vsp1_brx_write(brx, dlb, VI6_BRU_VIRRPF_COL, brx->bgcolor | in brx_configure_stream() 443 brx->bgcolor = 0; in vsp1_brx_create()
|
D | vsp1_brx.h | 33 u32 bgcolor; member
|
/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1519 u32 fgcolor, bgcolor; in intelfb_imageblit() local 1533 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit() 1536 bgcolor = image->bg_color; in intelfb_imageblit() 1539 if (!intelfbhw_do_drawglyph(dinfo, fgcolor, bgcolor, image->width, in intelfb_imageblit()
|