Home
last modified time | relevance | path

Searched refs:EAllowImageResize (Results 1 – 8 of 8) sorted by relevance

/dports/devel/sdl12/SDL-1.2.15/src/main/symbian/EKA2/
H A Dsdllib.cpp8 return SDLEnv::SetMain(SDL_main, CSDL::EEnableFocusStop | CSDL::EAllowImageResize, in E32Main()
H A DSDL_main.cpp524 if(EpocSdlEnv::Flags(CSDL::EAllowImageResize) && gEpocEnv->iDsa->WindowSize() != aRequestedSize)
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/src/
H A Dsdllib.cpp28 return SDLEnv::SetMain(SDL_main, CSDL::EEnableFocusStop | CSDL::EAllowImageResize, in E32Main()
H A Dsdllibt.cpp28 …turn SDLEnv::SetMain(SDL_main, CSDL::EOwnThread | CSDL::EEnableFocusStop | CSDL::EAllowImageResize, in E32Main()
H A Dsdlexe.cpp521 {_L8("AllowImageResize"), CSDL::EAllowImageResize},
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/inc/internal/
H A Dsdls60api.h120 EAllowImageResize = 0x4, //image is resized if requested image does not fit to screen enumerator
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/inc/
H A Dsdlepocapi.h127 EAllowImageResize = 0x4, //image is resized if requested image does not fit to screen enumerator
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/symbian/
H A DSDL_epocvideo.cpp693 if(EpocSdlEnv::Flags(CSDL::EAllowImageResize)) in SetVideoMode()