Home
last modified time | relevance | path

Searched refs:qemu_console_get_width (Results 1 – 4 of 4) sorted by relevance

/qemu/ui/
H A Ddbus-console.c431 width = qemu_console_get_width(ddc->dcl.con, 0); in dbus_touch_send_event()
467 width = qemu_console_get_width(ddc->dcl.con, 0); in dbus_mouse_set_pos()
573 "width", qemu_console_get_width(con, 0), in dbus_display_console_new()
H A Dconsole.c800 int width = qemu_console_get_width(con, x + w); in dpy_gfx_update()
826 int w = qemu_console_get_width(con, 0); in dpy_gfx_update_full()
1227 width = qemu_console_get_width(s, 0); in graphic_console_init()
1256 int width = qemu_console_get_width(con, 640); in graphic_console_close()
1455 int qemu_console_get_width(QemuConsole *con, int fallback) in qemu_console_get_width() function
1514 qemu_console_get_width(s, -1) == width && in qemu_console_resize()
H A Dvdagent.c260 xres = qemu_console_get_width(src, 1024); in vdagent_pointer_event()
/qemu/include/ui/
H A Dconsole.h411 int qemu_console_get_width(QemuConsole *con, int fallback);