Home
last modified time | relevance | path

Searched refs:PIXMAN_TYPE_ARGB (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/ui/
H A Dpixman-minimal.h48 #define PIXMAN_TYPE_ARGB 2 macro
76 PIXMAN_a8r8g8b8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_ARGB, 8, 8, 8, 8),
77 PIXMAN_x8r8g8b8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_ARGB, 0, 8, 8, 8),
85 PIXMAN_r8g8b8 = PIXMAN_FORMAT(24, PIXMAN_TYPE_ARGB, 0, 8, 8, 8),
88 PIXMAN_r5g6b5 = PIXMAN_FORMAT(16, PIXMAN_TYPE_ARGB, 0, 5, 6, 5),
89 PIXMAN_a1r5g5b5 = PIXMAN_FORMAT(16, PIXMAN_TYPE_ARGB, 1, 5, 5, 5),
90 PIXMAN_x1r5g5b5 = PIXMAN_FORMAT(16, PIXMAN_TYPE_ARGB, 0, 5, 5, 5),
/openbmc/qemu/ui/
H A Dqemu-pixman.c28 case PIXMAN_TYPE_ARGB: in qemu_pixelformat_from_pixman()
135 type = PIXMAN_TYPE_ARGB; in qemu_pixman_get_type()
H A Dvnc.h594 #define VNC_SERVER_FB_FORMAT PIXMAN_FORMAT(32, PIXMAN_TYPE_ARGB, 0, 8, 8, 8)
H A Dvnc.c881 #if VNC_SERVER_FB_FORMAT == PIXMAN_FORMAT(32, PIXMAN_TYPE_ARGB, 0, 8, 8, 8) in vnc_convert_pixel()