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 | 134 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 | 619 int vnc_raw_send_framebuffer_update(VncState *vs, int x, int y, int w, int h);
|
| H A D | vnc-enc-tight.c | 1517 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in send_sub_rect() 1559 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in send_sub_rect_solid()
|
| H A D | vnc.c | 938 int vnc_raw_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_raw_send_framebuffer_update() function 979 n = vnc_raw_send_framebuffer_update(vs, x, y, w, h); in vnc_send_framebuffer_update()
|