Home
last modified time | relevance | path

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

/qemu/ui/
H A Ddbus-console.c425 height = qemu_console_get_height(ddc->dcl.con, 0); in dbus_touch_send_event()
461 height = qemu_console_get_height(ddc->dcl.con, 0); in dbus_mouse_set_pos()
567 "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()
1436 int qemu_console_get_height(QemuConsole *con, int fallback) in qemu_console_get_height() function
1480 qemu_console_get_height(s, -1) == height) { in qemu_console_resize()
H A Dvdagent.c259 yres = qemu_console_get_height(src, 768); in vdagent_pointer_event()
/qemu/include/ui/
H A Dconsole.h408 int qemu_console_get_height(QemuConsole *con, int fallback);