Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dvga.c1158 int width, cwidth, height, cheight; in vga_get_text_resolution() local
1162 cwidth = 8; in vga_get_text_resolution()
1164 cwidth = 9; in vga_get_text_resolution()
1167 cwidth = 16; /* NOTE: no 18 pixel wide */ in vga_get_text_resolution()
1182 *pcwidth = cwidth; in vga_get_text_resolution()