Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dqemu-pixman.h58 #define QEMU_PIXMAN_COLOR_GRAY QEMU_PIXMAN_COLOR(0xaa, 0xaa, 0xaa) macro
/qemu/ui/
H A Dconsole-vc.c104 [QEMU_COLOR_WHITE] = QEMU_PIXMAN_COLOR_GRAY,
H A Dconsole.c545 pixman_color_t fg = QEMU_PIXMAN_COLOR_GRAY; in qemu_create_placeholder_surface()