Searched defs:g_height (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dconsole.c160 int g_width, g_height; member in struct:TextConsole
555 s->height = s->g_height / FONT_HEIGHT;
1108 active_console->g_height = ds_get_height(active_console->ds);
1115 ds->surface = qemu_resize_displaysurface(ds, s->g_width, s->g_height);
1245 s->g_height = ds_get_height(s->ds);
1522 s->g_height = ds_get_height(s->ds);
1593 s->g_height = height;
1648 s->g_height = height;

Completed in 34 milliseconds