Home
last modified time | relevance | path

Searched refs:AnimatedPoints (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp152 case AnimatedPoints: in determineAnimatedAttributeType()
153 return AnimatedPoints; in determineAnimatedAttributeType()
291 if (m_animatedAttributeType == AnimatedPoints) { in calculateAnimatedValue()
380 } else if (m_animatedAttributeType == AnimatedPoints) { in calculateFromAndToValues()
458 } else if (m_animatedAttributeType == AnimatedPoints) { in resetToBaseValue()
483 } else if (m_animatedAttributeType == AnimatedPoints) in applyResultsToTarget()
DSVGElement.h44 AnimatedPoints, enumerator
DSVGPolyElement.cpp120 attributeToPropertyTypeMap.set(SVGNames::pointsAttr, AnimatedPoints); in fillAttributeToPropertyTypeMap()