Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp233 String fromColorString; in calculateAnimatedValue() local
234 adjustForInheritance(targetElement, attributeName(), fromColorString); in calculateAnimatedValue()
235 m_fromColor = SVGColor::colorFromRGBColorString(fromColorString); in calculateAnimatedValue()