Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dqemu-pixman.h57 #define QEMU_PIXMAN_COLOR_BLACK QEMU_PIXMAN_COLOR(0x00, 0x00, 0x00) macro
/qemu/ui/
H A Dconsole-vc.c97 [QEMU_COLOR_BLACK] = QEMU_PIXMAN_COLOR_BLACK,
107 [QEMU_COLOR_BLACK] = QEMU_PIXMAN_COLOR_BLACK,
H A Dconsole.c544 pixman_color_t bg = QEMU_PIXMAN_COLOR_BLACK; in qemu_create_placeholder_surface()