Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp350 bool fromIsCurrentColor = attributeValueIsCurrentColor(fromString); in calculateFromAndToValues() local
352 if (fromIsCurrentColor) in calculateFromAndToValues()
360 …bool fromIsValid = m_fromColor.isValid() || fromIsCurrentColor || m_fromPropertyValueType == Inher… in calculateFromAndToValues()
405 bool fromIsCurrentColor = attributeValueIsCurrentColor(fromString); in calculateFromAndByValues() local
407 if (fromIsCurrentColor) in calculateFromAndByValues()
416 if ((!m_fromColor.isValid() && !fromIsCurrentColor) in calculateFromAndByValues()