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

  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 444 this->hidden->gapiOrientation = SDL_ORIENTATION_UP;
448 this->hidden->gapiOrientation = SDL_ORIENTATION_UP;
452 this->hidden->gapiOrientation = SDL_ORIENTATION_RIGHT; // ipaq 3660
456 this->hidden->gapiOrientation = SDL_ORIENTATION_LEFT; // ipaq 3800
686 switch( gapi->gapiOrientation )
841 if( (gapi->gapiOrientation != SDL_ORIENTATION_UP) &&
845 if( ((((unsigned)destPointer & 3) != 0) && (gapi->gapiOrientation == SDL_ORIENTATION_LEFT))
846 || ((((unsigned)destPointer & 3) == 0) && (gapi->gapiOrientation != SDL_ORIENTATION_LEFT))
861 if( gapi->gapiOrientation == SDL_ORIENTATION_LEFT )
881 if( gapi->gapiOrientation == SDL_ORIENTATION_LEFT
    [all...]
SDL_gapivideo.h 141 enum SDL_ScreenOrientation gapiOrientation;

Completed in 617 milliseconds