/external/qemu/ |
vnc-android.c | 305 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, function 368 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), 623 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB); 651 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE); 655 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW); 666 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT); [all...] |
vnc.c | 299 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, function 362 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), 617 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB); 645 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE); 649 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW); 660 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT); [all...] |