HomeSort by relevance Sort by last modified time
    Searched full:mode2_info (Results 1 - 1 of 1) sorted by null

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

Completed in 696 milliseconds