HomeSort by relevance Sort by last modified time
    Searched full:vnc_framebuffer_update (Results 1 - 2 of 2) sorted by null

  /external/qemu/ui/
vnc-android.c 307 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, function
370 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds),
625 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB);
653 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE);
657 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW);
668 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...]

Completed in 36 milliseconds