Searched refs:m_animationStartTime (Results 1 – 2 of 2) sorted by relevance
42 , m_animationStartTime(0) in RenderProgress()67 …return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animat… in animationProgress()94 m_animationStartTime = currentTime(); in updateAnimationState()
38 double animationStartTime() const { return m_animationStartTime; } in animationStartTime()55 double m_animationStartTime; variable