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

  /frameworks/native/include/private/gui/
LayerState.h 97 struct DisplayState {
  /external/qemu/
console.h 172 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 {
223 struct DisplayState *next
    [all...]
qemu-common.h 259 typedef struct DisplayState DisplayState;

Completed in 775 milliseconds