HomeSort by relevance Sort by last modified time
    Searched defs:DisplayState (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-common.h 165 typedef struct DisplayState DisplayState;
console.h 111 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h);
112 void (*dpy_resize)(struct DisplayState *s);
113 void (*dpy_setdata)(struct DisplayState *s);
114 void (*dpy_refresh)(struct DisplayState *s);
115 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y,
117 void (*dpy_fill)(struct DisplayState *s, int x, int y,
119 void (*dpy_text_cursor)(struct DisplayState *s, int x, int y);
130 struct DisplayState {
142 struct DisplayState *next;
145 void register_displaystate(DisplayState *ds)
    [all...]

Completed in 18 milliseconds