Home | History | Annotate | Download | only in qemu

Lines Matching refs:DisplayState

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;
1278 static TextConsole *get_graphic_console(DisplayState *ds)
1290 static TextConsole *new_console(DisplayState *ds, console_type_t console_type)
1393 DisplayState *ds = qemu_mallocz(sizeof(DisplayState));
1402 void register_displaystate(DisplayState *ds)
1404 DisplayState **s;
1412 DisplayState *get_displaystate(void)
1420 DisplayAllocator *register_displayallocator(DisplayState *ds, DisplayAllocator *da)
1432 DisplayState *graphic_console_init(vga_hw_update_ptr update,
1439 DisplayState *ds;
1441 ds = (DisplayState *) qemu_mallocz(sizeof(DisplayState));
1475 void console_color_init(DisplayState *ds)
1496 static void text_console_do_init(CharDriverState *chr, DisplayState *ds)
1631 void text_consoles_set_display(DisplayState *ds)
1642 void qemu_console_resize(DisplayState *ds, int width, int height)
1655 void qemu_console_copy(DisplayState *ds, int src_x, int src_y,
1792 unregister_displayupdatelistener(DisplayState *ds, DisplayUpdateListener *dul)
1808 android_display_reset(DisplayState* ds, int width, int height, int bitspp)