HomeSort by relevance Sort by last modified time
    Searched refs:m_toScaleY (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/android/
AndroidAnimation.cpp 193 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;
AndroidAnimation.h 110 float m_toScaleX, m_toScaleY, m_toScaleZ;

Completed in 408 milliseconds