Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dconsole.h228 void (*dpy_text_resize)(DisplayChangeListener *dcl,
324 void dpy_text_resize(QemuConsole *con, int w, int h);
246 void (*dpy_text_resize)(DisplayChangeListener *dcl, global() member
/qemu/ui/
H A Dconsole.c942 void dpy_text_resize(QemuConsole *con, int w, int h) in dpy_text_resize() function
954 if (dcl->ops->dpy_text_resize) { in dpy_text_resize()
955 dcl->ops->dpy_text_resize(dcl, w, h); in dpy_text_resize()
H A Dcurses.c779 .dpy_text_resize = curses_resize,
H A Dconsole-vc.c963 dpy_text_resize(QEMU_CONSOLE(c), c->width, c->height); in qemu_text_console_update_size()
/qemu/hw/display/
H A Dvga.c1248 dpy_text_resize(s->con, width, height); in vga_draw_text()
1961 dpy_text_resize(s->con, width, height); in vga_update_text()
2052 dpy_text_resize(s->con, s->last_width, height); in vga_update_text()