Home
last modified time | relevance | path

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

/qemu/include/ui/
A Dconsole.h228 void (*dpy_text_update)(DisplayChangeListener *dcl, member
320 void dpy_text_update(QemuConsole *con, int x, int y, int w, int h);
/qemu/hw/display/
A Djazz_led.c244 dpy_text_update(s->con, 0, 0, 2, 1); in jazz_led_text_update()
A Dvga.c2009 dpy_text_update(s->con, 0, 0, width, height); in vga_update_text()
2032 dpy_text_update(s->con, 0, i, width, TEXTMODE_Y(c_max) - i + 1); in vga_update_text()
2070 dpy_text_update(s->con, 0, 0, s->last_width, height); in vga_update_text()
/qemu/ui/
A Dconsole.c903 void dpy_text_update(QemuConsole *con, int x, int y, int w, int h) in dpy_text_update() function
915 if (dcl->ops->dpy_text_update) { in dpy_text_update()
916 dcl->ops->dpy_text_update(dcl, x, y, w, h); in dpy_text_update()
A Dcurses.c778 .dpy_text_update = curses_update,
A Dconsole-vc.c364 dpy_text_update(QEMU_CONSOLE(s), s->text_x[0], s->text_y[0], in text_console_update()

Completed in 806 milliseconds