Searched refs:vnc_dpy_copy (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | vnc.c | 666 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_dpy_copy() function 2129 dcl->dpy_copy = vnc_dpy_copy; in vnc_display_init()
|
D | vnc-android.c | 672 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_dpy_copy() function 2133 dcl->dpy_copy = vnc_dpy_copy; in vnc_display_init()
|