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

  /external/qemu/
console.h 176 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y, member in struct:DisplayChangeListener
341 static inline void dpy_copy(struct DisplayState *s, int src_x, int src_y, function
345 if (dcl->dpy_copy)
346 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 27 milliseconds