Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dvga_int.h105 int *pheight);
H A Dvga.c1155 static void vga_get_text_resolution(VGACommonState *s, int *pwidth, int *pheight, in vga_get_text_resolution() argument
1181 *pheight = height; in vga_get_text_resolution()
1427 static void vga_get_resolution(VGACommonState *s, int *pwidth, int *pheight) in vga_get_resolution() argument
1442 *pheight = height; in vga_get_resolution()
H A Dcirrus_vga.c1189 static void cirrus_get_resolution(VGACommonState *s, int *pwidth, int *pheight) in cirrus_get_resolution() argument
1202 *pheight = height; in cirrus_get_resolution()