Searched refs:CalcModePaced (Results 1 – 2 of 2) sorted by relevance
246 return CalcModePaced; in calcMode()249 return hasTagName(SVGNames::animateMotionTag) ? CalcModePaced : CalcModeLinear; in calcMode()351 ASSERT(calcMode() == CalcModePaced); in calculateKeyTimesForCalcModePaced()406 ASSERT(calcMode() != CalcModePaced); in calculatePercentFromKeyPoints()432 ASSERT(calcMode() != CalcModePaced); in currentValuesFromKeyPoints()446 if (!m_keyPoints.isEmpty() && calcMode != CalcModePaced) in currentValuesForValuesAnimation()524 …&& (calcMode == CalcModePaced || !hasAttribute(SVGNames::keyTimesAttr) || hasAttribute(SVGNames::k… in startedActiveInterval()528 if (calcMode == CalcModePaced && m_animationValid) in startedActiveInterval()531 …m_animationValid = calcMode == CalcModePaced || !hasAttribute(SVGNames::keyPointsAttr) || (m_keyTi… in startedActiveInterval()552 } else if (!m_keyPoints.isEmpty() && mode != CalcModePaced) in updateAnimation()
66 enum CalcMode { CalcModeDiscrete, CalcModeLinear, CalcModePaced, CalcModeSpline }; enumerator