Searched refs:dpy_text_resize (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/include/ui/ |
| H A D | console.h | 225 void (*dpy_text_resize)(DisplayChangeListener *dcl, member 321 void dpy_text_resize(QemuConsole *con, int w, int h);
|
| /openbmc/qemu/ui/ |
| H A D | console.c | 921 void dpy_text_resize(QemuConsole *con, int w, int h) in dpy_text_resize() function 933 if (dcl->ops->dpy_text_resize) { in dpy_text_resize() 934 dcl->ops->dpy_text_resize(dcl, w, h); in dpy_text_resize()
|
| H A D | curses.c | 781 .dpy_text_resize = curses_resize,
|
| H A D | console-vc.c | 1093 dpy_text_resize(QEMU_CONSOLE(c), c->width, c->height); in qemu_text_console_update_size()
|
| /openbmc/qemu/hw/display/ |
| H A D | vga.c | 1248 dpy_text_resize(s->con, width, height); in vga_draw_text() 1967 dpy_text_resize(s->con, width, height); in vga_update_text() 2058 dpy_text_resize(s->con, s->last_width, height); in vga_update_text()
|