Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_modes.c36 PgVideoModeInfo_t mode2_info; in compare_modes_by_res() local
43 if (PgGetVideoModeInfo(*(unsigned short*)mode2, &mode2_info) < 0) in compare_modes_by_res()
48 if (mode1_info.width == mode2_info.width) in compare_modes_by_res()
50 return mode2_info.height - mode1_info.height; in compare_modes_by_res()
54 return mode2_info.width - mode1_info.width; in compare_modes_by_res()