Searched refs:qemu_console_get_width (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ui/ |
H A D | dbus-console.c | 418 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 D | console.c | 779 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 D | vdagent.c | 261 xres = qemu_console_get_width(src, 1024); in vdagent_pointer_event()
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 407 int qemu_console_get_width(QemuConsole *con, int fallback);
|