Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_lowvideo.h110 extern int SDL_windowY;
DSDL_sysevents.c74 int SDL_windowY = 0; variable
677 SDL_windowY = SDL_bounds.top; in WinMessage()
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5video.c1190 SDL_windowY = y;
1200 bounds.top = SDL_windowY;
1202 bounds.bottom = SDL_windowY+video->h;
1212 } else if ( SDL_windowX || SDL_windowY || window ) {
1227 SDL_windowY = SDL_bounds.top;
1595 SDL_windowY = y;
1605 bounds.top = SDL_windowY;
1607 bounds.bottom = SDL_windowY+video->h;
1614 } else if ( SDL_windowX || SDL_windowY || window ) {
1623 SDL_windowY = SDL_bounds.top;
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c798 SDL_windowY = y;
808 bounds.top = SDL_windowY;
810 bounds.bottom = SDL_windowY+video->h;
825 } else if ( SDL_windowX || SDL_windowY || window ) {
840 SDL_windowY = SDL_bounds.top;