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

  /external/qemu/android/
display-core.h 29 extern void coredisplay_init(DisplayState* ds);
display.h 18 extern void android_display_init(DisplayState* ds, QFrameBuffer* qfbuff);
display-core.c 26 coredisplay_refresh(DisplayState* ds)
40 coredisplay_update(DisplayState* ds, int x, int y, int w, int h)
54 coredisplay_resize(DisplayState* ds)
60 coredisplay_init(DisplayState* ds)
display.c 13 /* Initialization of the Android-specific DisplayState.
24 DisplayState <--> QFrameBuffer <--> QEmulator/SDL
56 android_display_update(DisplayState *ds, int x, int y, int w, int h)
63 android_display_resize(DisplayState *ds)
70 android_display_refresh(DisplayState *ds)
77 void android_display_init(DisplayState* ds, QFrameBuffer* qf)
multitouch-screen.c 56 DisplayState* ds;
369 DisplayState* const ds = get_displaystate();
main-common.c 303 void sdl_display_init(DisplayState *ds, int full_screen, int no_frame)
    [all...]
  /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...]
curses.c 48 static void curses_update(DisplayState *ds, int x, int y, int w, int h)
99 static void curses_resize(DisplayState *ds)
137 static void curses_cursor_position(DisplayState *ds, int x, int y)
164 static void curses_refresh(DisplayState *ds)
339 void curses_display_init(DisplayState *ds, int full_screen)
console.c 37 DisplayState *qemu_graphic_console_init(vga_hw_update_ptr update,
45 void original_qemu_console_resize(DisplayState *ds, int width, int height);
152 DisplayState *ds;
191 static DisplayState *display_state;
237 static unsigned int vga_get_color(DisplayState *ds, unsigned int rgba)
272 void vga_fill_rect(DisplayState *ds, int posx, int posy,
308 static void vga_bitblt(DisplayState *ds, int xs, int ys, int xd, int yd, int w, int h)
422 static inline unsigned int col_expand(DisplayState *ds, unsigned int col)
472 static void vga_putcharxy(DisplayState *ds, int x, int y, int ch,
1112 DisplayState *ds = s->ds
    [all...]
vnc.h 91 DisplayState *ds;
118 DisplayState *ds;
qemu-common.h 259 typedef struct DisplayState DisplayState;
vnc-android.c 295 static void vnc_dpy_update(DisplayState *ds, int x, int y, int w, int h)
351 DisplayState *ds = vs->ds;
386 static void vnc_dpy_resize(DisplayState *ds)
672 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
    [all...]
vnc.c 289 static void vnc_dpy_update(DisplayState *ds, int x, int y, int w, int h)
345 DisplayState *ds = vs->ds;
380 static void vnc_dpy_resize(DisplayState *ds)
666 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
    [all...]
vl-android.c     [all...]
vl.c     [all...]
  /external/qemu/android/protocol/
fb-updates-proxy.c 40 DisplayState* ds;
260 DisplayState* ds = get_displaystate();
  /external/qemu/hw/
goldfish_fb.c 50 DisplayState* ds;
71 DisplayState* ds = s->ds;
104 DisplayState* ds = s->ds;

Completed in 479 milliseconds