Searched refs:m_animatedPoints (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateElement.h84 SVGPointList m_animatedPoints; member in class:WebCore::SVGAnimateElement
H A DSVGAnimateElement.cpp293 results->m_animatedPoints = m_fromPoints;
295 results->m_animatedPoints = m_toPoints;
298 SVGPointList::createAnimated(m_fromPoints, m_toPoints, results->m_animatedPoints, percentage);
300 results->m_animatedPoints.clear();
302 if (results->m_animatedPoints.isEmpty())
303 results->m_animatedPoints = ((animationMode == FromToAnimation && percentage > 0.5f) || animationMode == ToAnimation || percentage == 1)
459 m_animatedPoints.clear();
484 valueToApply = m_animatedPoints.isEmpty() ? m_animatedString : m_animatedPoints.valueAsString();

Completed in 40 milliseconds