Searched defs:fg_color (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/common/ |
H A D | lcd_console_rotation.c | 13 int fg_color = lcd_getfgcolor(); in lcd_putc_xy90() local 66 int fg_color = lcd_getfgcolor(); in lcd_putc_xy180() local 115 int fg_color = lcd_getfgcolor(); in lcd_putc_xy270() local
|
H A D | lcd_console.c | 46 int fg_color = lcd_getfgcolor(); in lcd_putc_xy0() local
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | accel.c | 42 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_1() 175 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_2()
|
H A D | viafbdev.c | 670 u32 fg_color; in viafb_fillrect() local 727 u32 fg_color = 0, bg_color = 0; in viafb_imageblit() local 762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local
|
/openbmc/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
|
/openbmc/u-boot/include/linux/ |
H A D | fb.h | 226 __u32 fg_color; /* Only used when a mono bitmap */ member 351 __u32 fg_color; /* Only used when a mono bitmap */ member
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | tdfxfb.c | 1073 unsigned long bg_color, fg_color; in tdfxfb_cursor() local
|
H A D | cirrusfb.c | 2702 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill()
|
/openbmc/linux/include/uapi/linux/ |
H A D | fb.h | 365 __u32 fg_color; /* Only used when a mono bitmap */ member
|
/openbmc/qemu/hw/display/ |
H A D | artist.c | 55 uint32_t fg_color; member
|
H A D | exynos4210_fimd.c | 681 uint32_t fg_color = ((p_fg.r & 0xFF) << 16) | ((p_fg.g & 0xFF) << 8) | in exynos4210_fimd_blend_pixel() local
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 109 __u32 fg_color; /* Only used when a mono bitmap */ member
|