Home
last modified time | relevance | path

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

/qemu/ui/
H A Dconsole-vc.c31 .bgcol = QEMU_COLOR_BLACK \
97 [QEMU_COLOR_BLACK] = QEMU_PIXMAN_COLOR_BLACK,
107 [QEMU_COLOR_BLACK] = QEMU_PIXMAN_COLOR_BLACK,
233 color_table_rgb[0][QEMU_COLOR_BLACK]); in console_refresh()
506 vc->t_attrib.fgcol = QEMU_COLOR_BLACK; in vc_handle_escape()
531 vc->t_attrib.bgcol = QEMU_COLOR_BLACK; in vc_handle_escape()
H A Dcurses.c734 [QEMU_COLOR_BLACK] = COLOR_BLACK, in curses_setup()
/qemu/hw/display/
H A Djazz_led.c240 QEMU_COLOR_BLACK, 1)); in jazz_led_text_update()
242 QEMU_COLOR_BLACK, 1)); in jazz_led_text_update()
H A Dvga.c2062 QEMU_COLOR_BLACK, 1)); in vga_update_text()
/qemu/include/ui/
H A Dconsole.h52 QEMU_COLOR_BLACK = 0,
51 QEMU_COLOR_BLACK = 0, global() enumerator