Searched refs:nowTicks (Results 1 – 6 of 6) sorted by relevance
105 int nowTicks; in mainLoop() local136 nowTicks = SDL_GetTicks (); in mainLoop()137 delay += (1000/fps - (nowTicks-thenTicks)); in mainLoop()138 thenTicks = nowTicks; in mainLoop()
145 Uint32 nowTicks = SDL_GetTicks(); in DGA_PumpEvents() local146 if ((nowTicks - screensaverTicks) > 5000) { in DGA_PumpEvents()148 screensaverTicks = nowTicks; in DGA_PumpEvents()
939 Uint32 nowTicks = SDL_GetTicks(); in X11_PumpEvents() local940 if ((nowTicks - screensaverTicks) > 5000) { in X11_PumpEvents()942 screensaverTicks = nowTicks; in X11_PumpEvents()
813 Uint32 nowTicks = SDL_GetTicks();814 if ((nowTicks - screensaverTicks) > 5000)817 screensaverTicks = nowTicks;