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

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 141 SDL_ScreenOrientation gapiOrientation;
SDL_gapivideo.c 472 gapi->gapiOrientation = SDL_ORIENTATION_UP;
476 gapi->gapiOrientation = SDL_ORIENTATION_UP;
480 gapi->gapiOrientation = SDL_ORIENTATION_RIGHT; // ipaq 3660
484 gapi->gapiOrientation = SDL_ORIENTATION_LEFT; // ipaq 3800
717 switch( gapi->gapiOrientation )
807 printf("gapi orientation: %d\n", gapi->gapiOrientation);
891 if( (gapi->gapiOrientation != SDL_ORIENTATION_UP) &&
895 if( ((((unsigned)destPointer & 3) != 0) && (gapi->gapiOrientation == SDL_ORIENTATION_LEFT))
896 || ((((unsigned)destPointer & 3) == 0) && (gapi->gapiOrientation != SDL_ORIENTATION_LEFT))
911 if( gapi->gapiOrientation == SDL_ORIENTATION_LEFT
    [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))

Completed in 168 milliseconds