Searched refs:vnc_raw_send_framebuffer_update (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-enc-zlib.c | 133 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in vnc_zlib_send_framebuffer_update()
|
H A D | vnc-enc-zrle.c | 65 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in zrle_convert_fb()
|
H A D | vnc.h | 609 int vnc_raw_send_framebuffer_update(VncState *vs, int x, int y, int w, int h);
|
H A D | vnc-enc-tight.c | 1489 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 D | vnc.c | 937 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()
|