Searched refs:PIXMAN_TYPE_ABGR (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | pixman-minimal.h | 49 #define PIXMAN_TYPE_ABGR 3 macro 78 PIXMAN_a8b8g8r8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_ABGR, 8, 8, 8, 8), 79 PIXMAN_x8b8g8r8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_ABGR, 0, 8, 8, 8), 86 PIXMAN_b8g8r8 = PIXMAN_FORMAT(24, PIXMAN_TYPE_ABGR, 0, 8, 8, 8),
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 33 case PIXMAN_TYPE_ABGR: in qemu_pixelformat_from_pixman() 141 type = PIXMAN_TYPE_ABGR; in qemu_pixman_get_type()
|