Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp130 if (type == AnimatedUnknown || (hasTagName(SVGNames::animateColorTag) && type != AnimatedColor)) in determineAnimatedAttributeType()
154 case AnimatedColor: in determineAnimatedAttributeType()
155 return AnimatedColor; in determineAnimatedAttributeType()
225 if (m_animatedAttributeType == AnimatedColor) { in calculateAnimatedValue()
349 if (m_animatedAttributeType == AnimatedColor) { in calculateFromAndToValues()
404 if (m_animatedAttributeType == AnimatedColor) { in calculateFromAndByValues()
438 if (m_animatedAttributeType == AnimatedColor) { in resetToBaseValue()
468 if (m_animatedAttributeType == AnimatedColor) in applyResultsToTarget()
507 if (m_animatedAttributeType == AnimatedColor) { in calculateDistance()
DSVGStyledElement.cpp217 s_cssPropertyMap.set(SVGNames::colorAttr, AnimatedColor); in cssPropertyToTypeMap()
225 s_cssPropertyMap.set(fillAttr, AnimatedColor); in cssPropertyToTypeMap()
229 s_cssPropertyMap.set(flood_colorAttr, AnimatedColor); in cssPropertyToTypeMap()
240 s_cssPropertyMap.set(lighting_colorAttr, AnimatedColor); in cssPropertyToTypeMap()
249 s_cssPropertyMap.set(stop_colorAttr, AnimatedColor); in cssPropertyToTypeMap()
251 s_cssPropertyMap.set(strokeAttr, AnimatedColor); in cssPropertyToTypeMap()
DSVGElement.h35 AnimatedColor, enumerator