HomeSort by relevance Sort by last modified time
    Searched refs:m_toScaleX (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)
227 m_toScaleX = tX;
247 float sx = m_toScaleX;
248 m_toScaleX = m_fromScaleX;
273 float sx = m_fromScaleX + (m_toScaleX - m_fromScaleX) * progress;
AndroidAnimation.h 110 float m_toScaleX, m_toScaleY, m_toScaleZ;

Completed in 16 milliseconds