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

  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 57 float animValue = blendAnimatedFloat(from, m_fromMode == AbsoluteCoordinates ? to + toValue : to - toValue, m_progress);
60 return animValue;
64 return m_toMode == AbsoluteCoordinates ? animValue + currentValue : animValue - currentValue;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]

Completed in 1586 milliseconds