HomeSort by relevance Sort by last modified time
    Searched refs:dpy_copy (Results 1 - 4 of 4) sorted by null

  /external/qemu/
console.h 112 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y, member in struct:DisplayChangeListener
225 static inline void dpy_copy(struct DisplayState *s, int src_x, int src_y, function
229 if (dcl->dpy_copy)
230 dcl->dpy_copy(s, src_x, src_y, dst_x, dst_y, w, h);
console.c     [all...]
vnc-android.c     [all...]
vnc.c     [all...]

Completed in 13 milliseconds