Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Ddbus-console.c418 width = qemu_console_get_width(ddc->dcl.con, 0); in dbus_touch_send_event()
454 width = qemu_console_get_width(ddc->dcl.con, 0); in dbus_mouse_set_pos()
560 "width", qemu_console_get_width(con, 0), in dbus_display_console_new()
H A Dconsole.c779 int width = qemu_console_get_width(con, x + w); in dpy_gfx_update()
805 int w = qemu_console_get_width(con, 0); in dpy_gfx_update_full()
1193 width = qemu_console_get_width(s, 0); in graphic_console_init()
1222 int width = qemu_console_get_width(con, 640); in graphic_console_close()
1421 int qemu_console_get_width(QemuConsole *con, int fallback) in qemu_console_get_width() function
1481 qemu_console_get_width(s, -1) == width && in qemu_console_resize()
H A Dvdagent.c261 xres = qemu_console_get_width(src, 1024); in vdagent_pointer_event()
/openbmc/qemu/include/ui/
H A Dconsole.h407 int qemu_console_get_width(QemuConsole *con, int fallback);