Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc.h400 #define VNC_ENCODING_HEXTILE 0x00000005 macro
H A Dvnc.c959 case VNC_ENCODING_HEXTILE: in vnc_send_framebuffer_update()
960 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE); in vnc_send_framebuffer_update()
2151 case VNC_ENCODING_HEXTILE: in set_encodings()