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

  /external/webkit/WebCore/platform/graphics/android/
AndroidAnimation.cpp 130 m_fromValue(fromValue), m_toValue(toValue)
137 m_toValue(anim->m_toValue)
148 float v = m_toValue;
149 m_toValue = m_fromValue;
150 m_fromValue = m_toValue;
162 float value = m_fromValue + ((m_toValue - m_fromValue) * progress);
AndroidAnimation.h 79 float m_toValue;

Completed in 111 milliseconds