Home | History | Annotate | Download | only in qemu

Lines Matching refs:dst_x

661 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
666 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT);
672 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
688 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);
690 vnc_update(vs, dst_x, dst_y, w, h);