Home
last modified time | relevance | path

Searched refs:integralTime (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.cpp113 int integralTime = static_cast<int>(fractionalTime); in checkIterationsAndProgress() local
115 fractionalTime -= integralTime; in checkIterationsAndProgress()
117 if ((m_direction == Animation::AnimationDirectionAlternate) && (integralTime & 1)) in checkIterationsAndProgress()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp1313 int integralTime = static_cast<int>(fractionalTime); in progress() local
1314 fractionalTime -= integralTime; in progress()
1316 if ((m_animation->direction() == Animation::AnimationDirectionAlternate) && (integralTime & 1)) in progress()