Searched refs:t_sec (Results 1 – 1 of 1) sorted by relevance
260 const double t_sec = (nanos - fTimeBase) * 1e-9; in animate() local261 fCurrentFrame = std::fmod(t_sec * fAnimation->fps(), frame_count); in animate()