Searched refs:fgcol (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/ui/ |
H A D | console-vc.c | 20 uint8_t fgcol:4; member 30 .fgcol = QEMU_COLOR_WHITE, \ 157 pixman_color_t fgcol, bgcol; in vga_putcharxy() local 161 bgcol = color_table_rgb[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy() 162 fgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy() 164 fgcol = color_table_rgb[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy() 172 &fgcol, &bgcol, x, y, FONT_WIDTH, FONT_HEIGHT); in vga_putcharxy() 360 s->cells[src].t_attrib.fgcol, in text_console_update() 506 vc->t_attrib.fgcol = QEMU_COLOR_BLACK; in vc_handle_escape() 509 vc->t_attrib.fgcol = QEMU_COLOR_RED; in vc_handle_escape() [all …]
|
H A D | qemu-pixman.c | 253 pixman_color_t *fgcol, in qemu_pixman_glyph_render() argument 257 pixman_image_t *ifg = pixman_image_create_solid_fill(fgcol); in qemu_pixman_glyph_render()
|
/openbmc/qemu/hw/display/ |
H A D | vga-helpers.h | 40 uint32_t fgcol, uint32_t bgcol) in vga_draw_glyph8() argument 44 xorcol = bgcol ^ fgcol; in vga_draw_glyph8() 55 uint32_t fgcol, uint32_t bgcol) in vga_draw_glyph16() argument 59 xorcol = bgcol ^ fgcol; in vga_draw_glyph16() 73 uint32_t fgcol, uint32_t bgcol, int dup9) in vga_draw_glyph9() argument 77 xorcol = bgcol ^ fgcol; in vga_draw_glyph9()
|
H A D | vga.c | 1199 uint32_t offset, fgcol, bgcol, v, cursor_offset; in vga_draw_text() local 1320 fgcol = palette[cattr & 0x0f]; in vga_draw_text() 1323 font_ptr, cheight, fgcol, bgcol); in vga_draw_text() 1326 font_ptr, cheight, fgcol, bgcol); in vga_draw_text() 1334 font_ptr, cheight, fgcol, bgcol, dup9); in vga_draw_text() 1351 cursor_glyph, h, fgcol, bgcol); in vga_draw_text() 1354 cursor_glyph, h, fgcol, bgcol); in vga_draw_text() 1357 cursor_glyph, h, fgcol, bgcol, 1); in vga_draw_text()
|
/openbmc/qemu/include/ui/ |
H A D | qemu-pixman.h | 95 pixman_color_t *fgcol,
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | sm750.c | 240 unsigned int fgcol, bgcol; in lynxfb_ops_imageblit() local 262 fgcol = ((u32 *)info->pseudo_palette)[image->fg_color]; in lynxfb_ops_imageblit() 265 fgcol = image->fg_color; in lynxfb_ops_imageblit() 282 fgcol, bgcol, HW_ROP2_COPY); in lynxfb_ops_imageblit()
|