D | console.h | 172 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h); member 199 void (*dpy_update)(void* opaque, int x, int y, int w, int h); member 284 static inline void dpy_update(DisplayState *s, int x, int y, int w, int h) in dpy_update() function 288 dcl->dpy_update(s, x, y, w, h); in dpy_update() 294 dul->dpy_update(dul->opaque, x, y, w, h); in dpy_update() 348 dcl->dpy_update(s, dst_x, dst_y, w, h); in dpy_copy()
|