Home
last modified time | relevance | path

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

/dports/games/wop/wop-0.4.3/src/
H A Dsplashscreen.cpp50 Uint32 ticksBefore = SDL_GetTicks(); in splashScreenUpdateWrapper() local
54 Uint32 duration = ticksAfter - ticksBefore; in splashScreenUpdateWrapper()
H A Dclientcommunicator.cpp443 Uint32 ticksBefore = SDL_GetTicks(); in frameHandler() local
449 Uint32 duration = ticksAfter - ticksBefore; in frameHandler()
H A Dreplayer.cpp619 Uint32 ticksBefore = SDL_GetTicks(); in replayFrameTimerCallback() local
624 Uint32 duration = ticksAfter - ticksBefore; in replayFrameTimerCallback()
/dports/games/kuklomenos/kuklomenos-0.4.5/
H A Dmain.cc522 Uint32 ticksBefore, ticksAfter; in run_game() local
624 ticksBefore = SDL_GetTicks(); in run_game()
656 const int renderingTicks = ticksAfter - ticksBefore; in run_game()