Searched refs:m_fromColor (Results 1 – 2 of 2) sorted by relevance
227 m_fromColor = results->m_animatedColor; in calculateAnimatedValue()231 adjustForCurrentColor(targetElement, m_fromColor); in calculateAnimatedValue()235 m_fromColor = SVGColor::colorFromRGBColorString(fromColorString); in calculateAnimatedValue()247 color = isInFirstHalfOfAnimation ? m_fromColor : m_toColor; in calculateAnimatedValue()249 …color = ColorDistance(m_fromColor, m_toColor).scaledDistance(percentage).addToColorAndClamp(m_from… in calculateAnimatedValue()355 m_fromColor = SVGColor::colorFromRGBColorString(fromString); in calculateFromAndToValues()360 …bool fromIsValid = m_fromColor.isValid() || fromIsCurrentColor || m_fromPropertyValueType == Inher… in calculateFromAndToValues()410 m_fromColor = SVGColor::colorFromRGBColorString(fromString); in calculateFromAndByValues()416 if ((!m_fromColor.isValid() && !fromIsCurrentColor) in calculateFromAndByValues()
72 Color m_fromColor; variable