Searched refs:m_toScaleY (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
H A DAndroidAnimation.cpp193 m_toScaleX(anim->m_toScaleX), m_toScaleY(anim->m_toScaleY), m_toScaleZ(anim->m_toScaleZ)
228 m_toScaleY = tY;
250 float sy = m_toScaleY;
251 m_toScaleY = m_fromScaleY;
274 float sy = m_fromScaleY + (m_toScaleY - m_fromScaleY) * progress;
H A DAndroidAnimation.h110 float m_toScaleX, m_toScaleY, m_toScaleZ; member in class:WebCore::AndroidTransformAnimation

Completed in 34 milliseconds