Searched refs:calcMode (Results 1 – 10 of 10) sorted by relevance
234 SVGAnimationElement::CalcMode SVGAnimationElement::calcMode() const in calcMode() function in WebCore::SVGAnimationElement351 ASSERT(calcMode() == CalcModePaced); in calculateKeyTimesForCalcModePaced()394 ASSERT(calcMode() == CalcModeSpline); in calculatePercentForSpline()406 ASSERT(calcMode() != CalcModePaced); in calculatePercentFromKeyPoints()416 if (calcMode() == CalcModeDiscrete) in calculatePercentFromKeyPoints()421 if (calcMode() == CalcModeSpline) { in calculatePercentFromKeyPoints()432 ASSERT(calcMode() != CalcModePaced); in currentValuesFromKeyPoints()445 CalcMode calcMode = this->calcMode(); in currentValuesForValuesAnimation() local446 if (!m_keyPoints.isEmpty() && calcMode != CalcModePaced) in currentValuesForValuesAnimation()454 if (calcMode == CalcModeDiscrete) { in currentValuesForValuesAnimation()[all …]
67 CalcMode calcMode() const;
25 calcMode
211 if (calcMode() == CalcModeDiscrete) in calculateAnimatedValue()246 if (calcMode() == CalcModeDiscrete) in calculateAnimatedValue()
93 calcMode
15290 SVG animation doesn't support calcMode discrete for number and color values.15293 Add support for calcMode discrete on number and color animation.15295 Tests: svg/animations/animate-color-calcMode-discrete.html15296 svg/animations/animate-number-calcMode-discrete.html
14041 SVGAnimation calcMode 'spline' should be useable for from-to and from-by animations14070 SVGAnimation calcMode 'spline' should be useable for from-to and from-by animations14073 …Add support for from-to and from-by animations in combination with calcMode 'spline' for SVGAnimat…14075 Tests: svg/animations/animate-calcMode-spline-by.html14076 svg/animations/animate-calcMode-spline-from-by.html14077 svg/animations/animate-calcMode-spline-from-to.html14078 svg/animations/animate-calcMode-spline-to.html14079 svg/animations/animate-calcMode-spline-values.html
29505 Implement calcMode=paced.32631 - calcMode paced is missing.32709 (WebCore::SVGAnimationElement::calcMode):
70059 (WebCore::SVGAnimationElement::calcMode):71982 (WebCore::SVGAnimationElement::calcMode): Ditto
60561 Add support for calcMode, keyTimes and (nearly) keySplines.