Home
last modified time | relevance | path

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

/external/qemu/ui/
Dconsole.c160 int g_width, g_height; member
554 s->width = s->g_width / FONT_WIDTH; in text_console_resize()
1107 active_console->g_width = ds_get_width(active_console->ds); in console_select()
1115 ds->surface = qemu_resize_displaysurface(ds, s->g_width, s->g_height); in console_select()
1244 s->g_width = ds_get_width(s->ds); in text_console_invalidate()
1521 s->g_width = ds_get_width(s->ds); in text_console_do_init()
1592 s->g_width = width; in text_console_init()
1647 s->g_width = width; in qemu_console_resize()