HomeSort by relevance Sort by last modified time
    Searched refs:m_keyPoints (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/svg/
SVGAnimateMotionElement.h 69 Vector<float> m_keyPoints;
SVGAnimationElement.cpp 124 parseKeyTimes(attr->value(), m_keyPoints, false);
377 ASSERT(!m_keyPoints.isEmpty());
381 ASSERT(m_keyPoints.size() == keyTimesCount);
392 float fromKeyPoint = m_keyPoints[index];
393 float toKeyPoint = m_keyPoints[index + 1];
401 ASSERT(m_keySplines.size() == m_keyPoints.size() - 1);
409 ASSERT(!m_keyPoints.isEmpty());
410 ASSERT(m_keyPoints.size() == m_keyTimes.size());
425 if (!m_keyPoints.isEmpty() && calcMode != CalcModePaced)
497 && (calcMode != CalcModeSpline || ((m_keySplines.size() && (m_keySplines.size() == m_values.size() - 1)) || m_keySplines.size() == m_keyPoints.size() - 1)
    [all...]
SVGAnimationElement.h 116 Vector<float> m_keyPoints;

Completed in 55 milliseconds