Searched refs:fg_color (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/video/fbdev/via/ |
| H A D | accel.c | 42 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_1() argument 111 writel(fg_color, engine + 0x18); in hw_bitblt_1() 175 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_2() argument 273 writel(fg_color, engine + 0x58); in hw_bitblt_2() 275 writel(fg_color, engine + 0x4C); in hw_bitblt_2()
|
| H A D | viafbdev.h | 55 u32 fg_color, u32 bg_color, u8 fill_rop);
|
| /linux/drivers/video/fbdev/savage/ |
| H A D | savagefb_accel.c | 108 fg = image->fg_color; in savagefb_imageblit() 111 fg = ((u32 *)info->pseudo_palette)[image->fg_color]; in savagefb_imageblit()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | bitblit.c | 163 image.fg_color = fg; in bit_putcs() 303 if (par->cursor_state.image.fg_color != fg || in bit_cursor() 306 par->cursor_state.image.fg_color = fg; in bit_cursor() 353 cursor.image.fg_color = par->cursor_state.image.fg_color; in bit_cursor()
|
| /linux/include/video/ |
| H A D | sticore.h | 262 u8 fg_color; /* foreground color of character */ member 293 u8 fg_color; /* foreground color after move */ member
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb_accel.c | 213 ((u32 *) (info->pseudo_palette))[image->fg_color]; in mb86290fb_imageblit() 217 fgcolor = image->fg_color; in mb86290fb_imageblit()
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_accel.c | 380 fg = image->fg_color; in i810fb_imageblit() 385 fg = ((u32 *)(info->pseudo_palette))[image->fg_color]; in i810fb_imageblit()
|
| H A D | i810_main.c | 1509 i810_load_cursor_colors(cursor->image.fg_color, in i810fb_cursor()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_accel.c | 364 fg = image->fg_color | mask; in nvidiafb_mono_color_expand() 367 fg = ((u32 *) info->pseudo_palette)[image->fg_color] | mask; in nvidiafb_mono_color_expand()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_accel.c | 359 fg = ((u32*)(info->pseudo_palette))[image->fg_color]; in atyfb_imageblit() 362 fg = image->fg_color; in atyfb_imageblit()
|
| /linux/include/uapi/linux/ |
| H A D | fb.h | 359 __u32 fg_color; /* Only used when a mono bitmap */ member
|
| /linux/drivers/video/fbdev/ |
| H A D | pmag-aa-fb.c | 121 u8 fg = cursor->image.fg_color ? 0xf : 0x0; in aafb_cursor()
|
| H A D | pm2fb.c | 1178 fgx = image->fg_color; in pm2fb_imageblit() 1183 fgx = par->palette[image->fg_color]; in pm2fb_imageblit() 1301 u32 fg_idx = cursor->image.fg_color; in pm2vfb_cursor() 1410 u32 fg_idx = cursor->image.fg_color; in pm2fb_cursor()
|
| H A D | vga16fb.c | 1152 setmask(image->fg_color ^ image->bg_color); in vga_8planes_imageblit() 1180 setcolor(image->fg_color); in vga_imageblit_expand() 1208 setcolor(image->fg_color); in vga_imageblit_expand()
|
| H A D | cg6.c | 412 sbus_writel(image->fg_color, &fbc->fg); in cg6_imageblit()
|
| H A D | tgafb.c | 670 fgcolor = image->fg_color;
|
| H A D | imsttfb.c | 1216 int fg_idx = cursor->image.fg_color;
|
| H A D | amifb.c | 3363 image->fg_color); in amifb_imageblit()
|