OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systemOrientation
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h
134
SDL_ScreenOrientation
systemOrientation
;
SDL_gapivideo.c
676
gapi->
systemOrientation
= SDL_ORIENTATION_UP;
699
gapi->
systemOrientation
= SDL_ORIENTATION_RIGHT;
791
gapi->coordinateTransform = (4 - gapi->
systemOrientation
+ gapi->userOrientation) % 4;
806
printf("system orientation: %d\n", gapi->
systemOrientation
);
[
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 106 milliseconds