Searched refs:vnc_update (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | vnc.c | 265 static void vnc_update(VncState *vs, int x, int y, int w, int h) in vnc_update() function 294 vnc_update(vs, x, y, w, h); in vnc_dpy_update() 684 vnc_update(vs, dst_x, dst_y, w, h); in vnc_dpy_copy()
|
D | vnc-android.c | 271 static void vnc_update(VncState *vs, int x, int y, int w, int h) in vnc_update() function 300 vnc_update(vs, x, y, w, h); in vnc_dpy_update() 690 vnc_update(vs, dst_x, dst_y, w, h); in vnc_dpy_copy()
|