HomeSort by relevance Sort by last modified time
    Searched refs:SDL_windowY (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 119 extern int SDL_windowY;
SDL_sysevents.c 78 int SDL_windowY = 0;
600 SDL_windowY = SDL_bounds.top;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 545 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;
    [all...]

Completed in 700 milliseconds