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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes.c 35 PgVideoModeInfo_t mode1_info; local
38 if (PgGetVideoModeInfo(*(unsigned short*)mode1, &mode1_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 1419 milliseconds