Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Ddbus-console.c419 height = qemu_console_get_height(ddc->dcl.con, 0); in dbus_touch_send_event()
455 height = qemu_console_get_height(ddc->dcl.con, 0); in dbus_mouse_set_pos()
561 "height", qemu_console_get_height(con, 0), in dbus_display_console_new()
H A Dconsole.c780 int height = qemu_console_get_height(con, y + h); in dpy_gfx_update()
806 int h = qemu_console_get_height(con, 0); in dpy_gfx_update_full()
1194 height = qemu_console_get_height(s, 0); in graphic_console_init()
1223 int height = qemu_console_get_height(con, 480); in graphic_console_close()
1438 int qemu_console_get_height(QemuConsole *con, int fallback) in qemu_console_get_height() function
1482 qemu_console_get_height(s, -1) == height) { in qemu_console_resize()
H A Dvdagent.c262 yres = qemu_console_get_height(src, 768); in vdagent_pointer_event()
/openbmc/qemu/include/ui/
H A Dconsole.h408 int qemu_console_get_height(QemuConsole *con, int fallback);