Searched refs:animateAdditiveNumber (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedRect.cpp | 88 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.x(), toRect.x(), toAtE… in calculateAnimatedValue() 89 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.y(), toRect.y(), toAtE… in calculateAnimatedValue() 90 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.width(), toRect.width(… in calculateAnimatedValue() 91 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.height(), toRect.heigh… in calculateAnimatedValue()
|
D | SVGAnimatedColor.cpp | 86 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.red(), toColor.red(),… in calculateAnimatedValue() 89 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.green(), toColor.gree… in calculateAnimatedValue() 92 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.blue(), toColor.blue(… in calculateAnimatedValue() 95 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.alpha(), toColor.alph… in calculateAnimatedValue()
|
D | SVGAnimatedNumberOptionalNumber.cpp | 95 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumberPair.first, toNumberP… in calculateAnimatedValue() 96 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumberPair.second, toNumber… in calculateAnimatedValue()
|
D | SVGAnimatedPointList.cpp | 105 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.x(), toPointList[… in calculateAnimatedValue() 106 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.y(), toPointList[… in calculateAnimatedValue()
|
D | SVGAnimateMotionElement.cpp | 269 …animateAdditiveNumber(percentage, repeatCount, m_fromPoint.x(), m_toPoint.x(), toPointAtEndOfDurat… in calculateAnimatedValue() 272 …animateAdditiveNumber(percentage, repeatCount, m_fromPoint.y(), m_toPoint.y(), toPointAtEndOfDurat… in calculateAnimatedValue()
|
D | SVGAnimatedInteger.cpp | 77 …animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger, toInteger, toAtEndOf… in calculateAnimatedInteger()
|
D | SVGAnimatedNumber.cpp | 99 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumber, toNumber, toAtEndOf… in calculateAnimatedValue()
|
D | SVGAnimatedNumberList.cpp | 100 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, toNumberList[i].… in calculateAnimatedValue()
|
D | SVGAnimatedLength.cpp | 106 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromSVGLength.value(lengthConte… in calculateAnimatedValue()
|
D | SVGAnimatedLengthList.cpp | 124 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, toLengthList[i].… in calculateAnimatedValue()
|
D | SVGAnimatedAngle.cpp | 139 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromAngleAndEnumeration.first.v… in calculateAnimatedValue()
|
D | SVGAnimationElement.h | 147 …void animateAdditiveNumber(float percentage, unsigned repeatCount, float fromNumber, float toNumbe… in animateAdditiveNumber() function
|