Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.c342 static uint32_t color_table[2][8]; variable
443 bgcol = color_table[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()
444 fgcol = color_table[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
446 fgcol = color_table[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()
447 bgcol = color_table[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
631 color_table[0][COLOR_BLACK]); in console_refresh()
719 color_table[0][s->t_attrib_default.bgcol]); in console_put_lf()
1312 color_table[j][i] = col_expand(ds, in console_color_init()