Searched defs:DisplayState (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dconsole.h172 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h);
173 void (*dpy_resize)(struct DisplayState *s);
174 void (*dpy_setdata)(struct DisplayState *s);
175 void (*dpy_refresh)(struct DisplayState *s);
176 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y,
178 void (*dpy_fill)(struct DisplayState *s, int x, int y,
180 void (*dpy_text_cursor)(struct DisplayState *s, int x, int y);
185 void (*dpy_enablezoom)(struct DisplayState *s, int width, int height);
210 struct DisplayState { struct
223 struct DisplayState *nex
[all...]
H A Dqemu-common.h259 typedef struct DisplayState DisplayState; typedef in typeref:struct:DisplayState

Completed in 189 milliseconds