Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp293 results->m_animatedPoints = m_fromPoints; 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()
381 m_fromPoints.clear(); in calculateFromAndToValues()
382 if (pointsListFromSVGData(m_fromPoints, fromString)) { in calculateFromAndToValues()
DSVGAnimateElement.h82 SVGPointList m_fromPoints; variable