Home
last modified time | relevance | path

Searched refs:dpy_text_resize (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/ui/
H A Dconsole.h246 void (*dpy_text_resize)(DisplayChangeListener *dcl, member
342 void dpy_text_resize(QemuConsole *con, int w, int h);
/openbmc/qemu/ui/
H A Dconsole.c1000 void dpy_text_resize(QemuConsole *con, int w, int h) in dpy_text_resize() function
1012 if (dcl->ops->dpy_text_resize) { in dpy_text_resize()
1013 dcl->ops->dpy_text_resize(dcl, w, h); in dpy_text_resize()
H A Dcurses.c774 .dpy_text_resize = curses_resize,
H A Dconsole-vc.c963 dpy_text_resize(QEMU_CONSOLE(c), c->width, c->height); in qemu_text_console_select()
/openbmc/qemu/hw/display/
H A Dvga.c1240 dpy_text_resize(s->con, width, height); in vga_draw_text()
1949 dpy_text_resize(s->con, width, height); in vga_update_text()
2040 dpy_text_resize(s->con, s->last_width, height); in vga_update_text()