Searched refs:SDL_QT_ROTATION_270 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.h44 SDL_QT_ROTATION_270 enumerator in enum:__anon10707
H A DSDL_QWin.cc86 else if (screenRotation == SDL_QT_ROTATION_270)
297 } else if (screenRotation == SDL_QT_ROTATION_270) {
397 else if (screenRotation == SDL_QT_ROTATION_270) scancode = SDLK_DOWN;
402 else if (screenRotation == SDL_QT_ROTATION_270) scancode = SDLK_LEFT;
407 else if (screenRotation == SDL_QT_ROTATION_270) scancode = SDLK_UP;
412 else if (screenRotation == SDL_QT_ROTATION_270) scancode = SDLK_RIGHT;
H A DSDL_sysvideo.cc293 screenRotation = envValue ? SDL_QT_ROTATION_270 : SDL_QT_ROTATION_90;

Completed in 73 milliseconds