Home | Sort by relevance Sort by last modified time |
/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...] |