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

  /external/qemu/
console.h 108 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h); member in struct:DisplayChangeListener
189 static inline void dpy_update(DisplayState *s, int x, int y, int w, int h) function
193 dcl->dpy_update(s, x, y, w, h);
232 dcl->dpy_update(s, dst_x, dst_y, w, h);
curses.c 362 dcl->dpy_update = curses_update;
console.c 644 dpy_update(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds));
1095 dpy_update(s->ds, s->update_x0, s->update_y0,
    [all...]
vnc-android.c     [all...]
vnc.c     [all...]
  /external/qemu/android/
main.c 573 dcl->dpy_update = sdl_update;
    [all...]

Completed in 105 milliseconds