Searched refs:dpy_text_update (Results 1 – 6 of 6) sorted by relevance
| /qemu/include/ui/ |
| A D | console.h | 228 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 D | jazz_led.c | 244 dpy_text_update(s->con, 0, 0, 2, 1); in jazz_led_text_update()
|
| A D | vga.c | 2009 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 D | console.c | 903 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 D | curses.c | 778 .dpy_text_update = curses_update,
|
| A D | console-vc.c | 364 dpy_text_update(QEMU_CONSOLE(s), s->text_x[0], s->text_y[0], in text_console_update()
|
Completed in 17 milliseconds