Searched refs:m_fromAngle (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
H A DAndroidAnimation.cpp191 m_fromAngle(anim->m_fromAngle), m_toAngle(anim->m_toAngle),
204 m_fromAngle = fA;
256 m_toAngle = m_fromAngle;
257 m_fromAngle = a;
276 float a = m_fromAngle + (m_toAngle - m_fromAngle) * progress;
H A DAndroidAnimation.h108 float m_fromAngle, m_toAngle; member in class:WebCore::AndroidTransformAnimation
/external/webkit/WebCore/svg/
H A DSVGAnimateMotionElement.h62 float m_fromAngle; member in class:WebCore::SVGAnimateMotionElement

Completed in 817 milliseconds