Home
last modified time | relevance | path

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

/openbmc/qemu/include/ui/
H A Dpixman-minimal.h64 #define PIXMAN_FORMAT_TYPE(f) (((f) >> 16) & 0x3f) macro
/openbmc/qemu/ui/
H A Dqemu-pixman.c25 switch (PIXMAN_FORMAT_TYPE(format)) { in qemu_pixelformat_from_pixman()