Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole-vc.c95 static const pixman_color_t color_table_rgb[2][8] = { variable
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()
165 bgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
233 color_table_rgb[0][QEMU_COLOR_BLACK]); in console_refresh()
452 color_table_rgb[0][TEXT_ATTRIBUTES_DEFAULT.bgcol]); in vc_put_lf()