Home
last modified time | relevance | path

Searched refs:vnc_tight_send_framebuffer_update (Results 1 – 3 of 3) sorted by relevance

/qemu/ui/
H A Dvnc.h620 int vnc_tight_send_framebuffer_update(VncState *vs, int x, int y, int w, int h);
H A Dvnc-enc-tight.c1681 int vnc_tight_send_framebuffer_update(VncState *vs, int x, int y, in vnc_tight_send_framebuffer_update() function
H A Dvnc.c964 n = vnc_tight_send_framebuffer_update(vs, x, y, w, h); in vnc_send_framebuffer_update()