Home
last modified time | relevance | path

Searched refs:PIXMAN_TYPE_BGRA (Results 1 – 2 of 2) sorted by relevance

/qemu/include/ui/
H A Dpixman-minimal.h50 #define PIXMAN_TYPE_BGRA 8 macro
80 PIXMAN_b8g8r8a8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_BGRA, 8, 8, 8, 8),
81 PIXMAN_b8g8r8x8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_BGRA, 0, 8, 8, 8),
/qemu/ui/
H A Dqemu-pixman.c40 case PIXMAN_TYPE_BGRA: in qemu_pixelformat_from_pixman()
136 type = native_endian ? PIXMAN_TYPE_ARGB : PIXMAN_TYPE_BGRA; in qemu_pixman_get_type()
144 type = native_endian ? PIXMAN_TYPE_BGRA : PIXMAN_TYPE_ARGB; in qemu_pixman_get_type()