Home
last modified time | relevance | path

Searched refs:vnc_raw_send_framebuffer_update (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-enc-zlib.c133 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in vnc_zlib_send_framebuffer_update()
H A Dvnc-enc-zrle.c65 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in zrle_convert_fb()
H A Dvnc.h609 int vnc_raw_send_framebuffer_update(VncState *vs, int x, int y, int w, int h);
H A Dvnc-enc-tight.c1489 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in send_sub_rect()
1529 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in send_sub_rect_solid()
H A Dvnc.c937 int vnc_raw_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_raw_send_framebuffer_update() function
977 n = vnc_raw_send_framebuffer_update(vs, x, y, w, h); in vnc_send_framebuffer_update()