Home
last modified time | relevance | path

Searched refs:dpy_text_update (Results 1 – 6 of 6) sorted by relevance

/qemu/include/ui/
H A Dconsole.h231 void (*dpy_text_update)(DisplayChangeListener *dcl,
323 void dpy_text_update(QemuConsole *con, int x, int y, int w, int h);
249 void (*dpy_text_update)(DisplayChangeListener *dcl, global() member
/qemu/hw/display/
H A Djazz_led.c244 dpy_text_update(s->con, 0, 0, 2, 1); in jazz_led_text_update()
H A Dvga.c2003 dpy_text_update(s->con, 0, 0, width, height); in vga_update_text()
2026 dpy_text_update(s->con, 0, i, width, TEXTMODE_Y(c_max) - i + 1); in vga_update_text()
2064 dpy_text_update(s->con, 0, 0, s->last_width, height); in vga_update_text()
/qemu/ui/
H A Dconsole.c924 void dpy_text_update(QemuConsole *con, int x, int y, int w, int h) in dpy_text_update() function
936 if (dcl->ops->dpy_text_update) { in dpy_text_update()
937 dcl->ops->dpy_text_update(dcl, x, y, w, h); in dpy_text_update()
H A Dcurses.c778 .dpy_text_update = curses_update,
H A Dconsole-vc.c364 dpy_text_update(QEMU_CONSOLE(s), s->text_x[0], s->text_y[0], in text_console_update()