HomeSort by relevance Sort by last modified time
    Searched refs:userOrientation (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 133 SDL_ScreenOrientation userOrientation;
SDL_gapivideo.c 675 gapi->userOrientation = SDL_ORIENTATION_UP;
696 gapi->userOrientation = SDL_ORIENTATION_RIGHT;
709 switch( gapi->userOrientation )
791 gapi->coordinateTransform = (4 - gapi->systemOrientation + gapi->userOrientation) % 4;
793 gapi->coordinateTransform = gapi->userOrientation;
805 printf("user orientation: %d\n", gapi->userOrientation);
892 (gapi->userOrientation == SDL_ORIENTATION_UP )) // iPaq 3660/3800 and user orientation up
1000 if( gapi->userOrientation == SDL_ORIENTATION_UP )
1087 if( gapi->userOrientation == SDL_ORIENTATION_UP )
1106 if( gapi->userOrientation == SDL_ORIENTATION_UP
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 100 if((!gapiInfo->userOrientation && gapiInfo->systemOrientation && !gapiInfo->gapiOrientation) ||
102 (gapiInfo->userOrientation && !gapiInfo->systemOrientation && gapiInfo->gapiOrientation) ||
104 (gapiInfo->userOrientation && !gapiInfo->systemOrientation && !gapiInfo->gapiOrientation))
112 if((!gapiInfo->userOrientation && !gapiInfo->systemOrientation && !gapiInfo->gapiOrientation) ||
114 (!gapiInfo->userOrientation && !gapiInfo->systemOrientation && gapiInfo->gapiOrientation))
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 449 GapiTransform(this->hidden->userOrientation,

Completed in 149 milliseconds