Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_lowvideo.h119 extern int SDL_windowY;
DSDL_sysevents.c78 int SDL_windowY = 0; variable
600 SDL_windowY = SDL_bounds.top; in WinMessage()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5video.c1207 SDL_windowY = y;
1217 bounds.top = SDL_windowY;
1219 bounds.bottom = SDL_windowY+video->h;
1229 } else if ( SDL_windowX || SDL_windowY || window ) {
1244 SDL_windowY = SDL_bounds.top;
1612 SDL_windowY = y;
1622 bounds.top = SDL_windowY;
1624 bounds.bottom = SDL_windowY+video->h;
1631 } else if ( SDL_windowX || SDL_windowY || window ) {
1640 SDL_windowY = SDL_bounds.top;
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c545 SDL_windowY = y;
555 bounds.top = SDL_windowY;
557 bounds.bottom = SDL_windowY+height;
572 } else if ( SDL_windowX || SDL_windowY || window ) {
587 SDL_windowY = SDL_bounds.top;