Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.cpp501 unsigned splinesCount = m_keySplines.size() + 1; in startedActiveInterval() local
502 if ((hasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() != splinesCount) in startedActiveInterval()
503 || (animationMode == ValuesAnimation && m_values.size() != splinesCount)) in startedActiveInterval()