Searched refs:vnc_zywrle_send_framebuffer_update (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-enc-zrle.c | 352 int vnc_zywrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update() function
|
H A D | vnc.h | 626 int vnc_zywrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h);
|
H A D | vnc.c | 973 n = vnc_zywrle_send_framebuffer_update(vs, x, y, w, h); in vnc_send_framebuffer_update()
|