Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.cpp234 SVGAnimationElement::CalcMode SVGAnimationElement::calcMode() const in calcMode() function in WebCore::SVGAnimationElement
351 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() local
446 if (!m_keyPoints.isEmpty() && calcMode != CalcModePaced) in currentValuesForValuesAnimation()
454 if (calcMode == CalcModeDiscrete) { in currentValuesForValuesAnimation()
[all …]
DSVGAnimationElement.h67 CalcMode calcMode() const;
Dsvgattrs.in25 calcMode
DSVGAnimateElement.cpp211 if (calcMode() == CalcModeDiscrete) in calculateAnimatedValue()
246 if (calcMode() == CalcModeDiscrete) in calculateAnimatedValue()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dmozilla93 calcMode
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1615290 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.html
15296 svg/animations/animate-number-calcMode-discrete.html
DChangeLog-2010-12-0614041 SVGAnimation calcMode 'spline' should be useable for from-to and from-by animations
14070 SVGAnimation calcMode 'spline' should be useable for from-to and from-by animations
14073 …Add support for from-to and from-by animations in combination with calcMode 'spline' for SVGAnimat…
14075 Tests: svg/animations/animate-calcMode-spline-by.html
14076 svg/animations/animate-calcMode-spline-from-by.html
14077 svg/animations/animate-calcMode-spline-from-to.html
14078 svg/animations/animate-calcMode-spline-to.html
14079 svg/animations/animate-calcMode-spline-values.html
DChangeLog-2008-08-1029505 Implement calcMode=paced.
32631 - calcMode paced is missing.
32709 (WebCore::SVGAnimationElement::calcMode):
DChangeLog-2009-06-1670059 (WebCore::SVGAnimationElement::calcMode):
71982 (WebCore::SVGAnimationElement::calcMode): Ditto
DChangeLog-2007-10-1460561 Add support for calcMode, keyTimes and (nearly) keySplines.