Home
last modified time | relevance | path

Searched refs:bg_color (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/video/fbdev/via/
H A Dviafbdev.c727 u32 fg_color = 0, bg_color = 0; in viafb_imageblit() local
741 bg_color = in viafb_imageblit()
742 ((u32 *)info->pseudo_palette)[image->bg_color]; in viafb_imageblit()
745 bg_color = image->bg_color; in viafb_imageblit()
754 (u32 *)image->data, 0, 0, 0, 0, fg_color, bg_color, 0)) in viafb_imageblit()
762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local
811 bg_color = cursor->image.bg_color; in viafb_cursor()
820 bg_color = in viafb_cursor()
821 ((info->cmap.red[bg_color] & 0xFFC0) << 14) | in viafb_cursor()
822 ((info->cmap.green[bg_color] & 0xFFC0) << 4) | in viafb_cursor()
[all …]
H A Daccel.c42 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_1() argument
114 writel(bg_color, engine + 0x1C); in hw_bitblt_1()
175 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_2() argument
276 writel(bg_color, engine + 0x50); in hw_bitblt_2()
H A Dviafbdev.h55 u32 fg_color, u32 bg_color, u8 fill_rop);
/linux/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c109 bg = image->bg_color; in savagefb_imageblit()
112 bg = ((u32 *)info->pseudo_palette)[image->bg_color]; in savagefb_imageblit()
/linux/include/video/
H A Dsticore.h263 u8 bg_color; /* background color of character */ member
294 u8 bg_color; /* background color after move */ member
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c215 ((u32 *) (info->pseudo_palette))[image->bg_color]; in mb86290fb_imageblit()
218 bgcolor = image->bg_color; in mb86290fb_imageblit()
/linux/drivers/video/fbdev/i810/
H A Di810_accel.c381 bg = image->bg_color; in i810fb_imageblit()
386 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in i810fb_imageblit()
H A Di810_main.c1510 cursor->image.bg_color, in i810fb_cursor()
/linux/drivers/video/fbdev/nvidia/
H A Dnv_accel.c365 bg = image->bg_color | mask; in nvidiafb_mono_color_expand()
368 bg = ((u32 *) info->pseudo_palette)[image->bg_color] | mask; in nvidiafb_mono_color_expand()
/linux/drivers/video/fbdev/aty/
H A Dmach64_accel.c360 bg = ((u32*)(info->pseudo_palette))[image->bg_color]; in atyfb_imageblit()
363 bg = image->bg_color; in atyfb_imageblit()
/linux/include/uapi/linux/
H A Dfb.h360 __u32 bg_color; member
/linux/drivers/video/fbdev/
H A Dpmag-aa-fb.c122 u8 bg = cursor->image.bg_color ? 0xf : 0x0; in aafb_cursor()
H A Datafb.c2549 image->bg_color, image->fg_color); in atafb_imageblit()
2553 image->bg_color, image->fg_color); in atafb_imageblit()
2557 image->bg_color, image->fg_color); in atafb_imageblit()
2561 image->bg_color, image->fg_color); in atafb_imageblit()
H A Dcg6.c413 sbus_writel(image->bg_color, &fbc->bg); in cg6_imageblit()
H A Dtgafb.c671 bgcolor = image->bg_color;
H A Damifb.c3362 src, image->bg_color, in amifb_imageblit()
/linux/drivers/video/
H A Dsticore.c166 .bg_color = c_bg(sti, c), in sti_putc()
203 .bg_color = color, in sti_set()
236 .bg_color = c_bg(sti, c), in sti_clear()