Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp240 String toColorString; in calculateAnimatedValue() local
241 adjustForInheritance(targetElement, attributeName(), toColorString); in calculateAnimatedValue()
242 m_toColor = SVGColor::colorFromRGBColorString(toColorString); in calculateAnimatedValue()