Home
last modified time | relevance | path

Searched refs:SDL_ScreenOrientation (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.h109 } SDL_ScreenOrientation; typedef
135 enum SDL_ScreenOrientation userOrientation;
141 enum SDL_ScreenOrientation gapiOrientation;
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.h37 } SDL_ScreenOrientation; typedef
52 SDL_ScreenOrientation orientation;
DSDL_dibevents.c64 WPARAM rotateKey(WPARAM key,SDL_ScreenOrientation direction) in rotateKey()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c128 static void GapiTransform(SDL_ScreenOrientation rotate, char hires, Sint16 *x, Sint16 *y) { in GapiTransform()