Home
last modified time | relevance | path

Searched defs:dpy_update (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dconsole.h172 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