Home
last modified time | relevance | path

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

/external/qemu/
Dcurses.c45 static int width, height, gwidth, gheight, invalidate; variable
63 width = gwidth; in curses_calc_pad()
101 if (ds_get_width(ds) == gwidth && ds_get_height(ds) == gheight) in curses_resize()
104 gwidth = ds_get_width(ds); in curses_resize()