Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp295 results->m_animatedPoints = m_toPoints; in calculateAnimatedValue()
297 if (!m_fromPoints.isEmpty() && !m_toPoints.isEmpty()) in calculateAnimatedValue()
298 … SVGPointList::createAnimated(m_fromPoints, m_toPoints, results->m_animatedPoints, percentage); in calculateAnimatedValue()
304 ? m_toPoints : m_fromPoints; in calculateAnimatedValue()
383 m_toPoints.clear(); in calculateFromAndToValues()
384 if (pointsListFromSVGData(m_toPoints, toString)) in calculateFromAndToValues()
DSVGAnimateElement.h83 SVGPointList m_toPoints; variable