Searched refs:dpy_copy (Results 1 – 5 of 5) sorted by relevance
/external/qemu/include/ui/ |
D | console.h | 176 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y, member 341 static inline void dpy_copy(struct DisplayState *s, int src_x, int src_y, in dpy_copy() function 345 if (dcl->dpy_copy) in dpy_copy() 346 dcl->dpy_copy(s, src_x, src_y, dst_x, dst_y, w, h); in dpy_copy()
|
/external/qemu/docs/ |
D | DISPLAY-STATE.TXT | 30 dpy_copy: the hardware performed a rectangular copy operation. 217 dpy_resize, dpy_copy, dpy_fill....)
|
/external/qemu/ui/ |
D | console.c | 1659 dpy_copy(ds, src_x, src_y, dst_x, dst_y, w, h); in qemu_console_copy()
|
D | vnc.c | 2129 dcl->dpy_copy = vnc_dpy_copy; in vnc_display_init()
|
D | vnc-android.c | 2134 dcl->dpy_copy = vnc_dpy_copy; in vnc_display_init()
|