Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Djazz_led.c239 console_write_ch(chardata++, ATTR2CHTYPE(buf[0], QEMU_COLOR_BLUE, in jazz_led_text_update()
241 console_write_ch(chardata++, ATTR2CHTYPE(buf[1], QEMU_COLOR_BLUE, in jazz_led_text_update()
H A Dvga.c2061 console_write_ch(dst ++, ATTR2CHTYPE(msg_buffer[i], QEMU_COLOR_BLUE, in vga_update_text()
/qemu/ui/
H A Dconsole-vc.c98 [QEMU_COLOR_BLUE] = QEMU_PIXMAN_COLOR(0x00, 0x00, 0xaa), /* blue */
108 [QEMU_COLOR_BLUE] = QEMU_PIXMAN_COLOR(0x00, 0x00, 0xff), /* blue */
518 vc->t_attrib.fgcol = QEMU_COLOR_BLUE; in vc_handle_escape()
543 vc->t_attrib.bgcol = QEMU_COLOR_BLUE; in vc_handle_escape()
1010 drv->t_attrib.bgcol = QEMU_COLOR_BLUE; in vc_chr_open()
H A Dcurses.c735 [QEMU_COLOR_BLUE] = COLOR_BLUE, in curses_setup()
/qemu/include/ui/
H A Dconsole.h53 QEMU_COLOR_BLUE = 1, enumerator