Searched refs:m_keyPoints (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.h68 Vector<float> m_keyPoints; member in class:WebCore::SVGAnimateMotionElement
H A DSVGAnimationElement.cpp148 parseKeyTimes(attr->value(), m_keyPoints, false);
405 ASSERT(!m_keyPoints.isEmpty());
408 ASSERT(m_keyPoints.size() == m_keyTimes.size());
413 float fromKeyPoint = m_keyPoints[index];
414 float toKeyPoint = m_keyPoints[index + 1];
422 ASSERT(m_keySplines.size() == m_keyPoints.size() - 1);
430 ASSERT(!m_keyPoints.isEmpty());
431 ASSERT(m_keyPoints.size() == m_keyTimes.size());
446 if (!m_keyPoints.isEmpty() && calcMode != CalcModePaced)
495 if (hasAttribute(SVGNames::keyPointsAttr) && m_keyPoints
[all...]
H A DSVGAnimationElement.h116 Vector<float> m_keyPoints; member in class:WebCore::SVGAnimationElement

Completed in 71 milliseconds