Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedRect.cpp88 …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()
DSVGAnimatedColor.cpp86 …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()
DSVGAnimatedNumberOptionalNumber.cpp95 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumberPair.first, toNumberP… in calculateAnimatedValue()
96 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumberPair.second, toNumber… in calculateAnimatedValue()
DSVGAnimatedPointList.cpp105 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.x(), toPointList[… in calculateAnimatedValue()
106 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.y(), toPointList[… in calculateAnimatedValue()
DSVGAnimateMotionElement.cpp269animateAdditiveNumber(percentage, repeatCount, m_fromPoint.x(), m_toPoint.x(), toPointAtEndOfDurat… in calculateAnimatedValue()
272animateAdditiveNumber(percentage, repeatCount, m_fromPoint.y(), m_toPoint.y(), toPointAtEndOfDurat… in calculateAnimatedValue()
DSVGAnimatedInteger.cpp77 …animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger, toInteger, toAtEndOf… in calculateAnimatedInteger()
DSVGAnimatedNumber.cpp99 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumber, toNumber, toAtEndOf… in calculateAnimatedValue()
DSVGAnimatedNumberList.cpp100 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, toNumberList[i].… in calculateAnimatedValue()
DSVGAnimatedLength.cpp106 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromSVGLength.value(lengthConte… in calculateAnimatedValue()
DSVGAnimatedLengthList.cpp124 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, toLengthList[i].… in calculateAnimatedValue()
DSVGAnimatedAngle.cpp139 …m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromAngleAndEnumeration.first.v… in calculateAnimatedValue()
DSVGAnimationElement.h147 …void animateAdditiveNumber(float percentage, unsigned repeatCount, float fromNumber, float toNumbe… in animateAdditiveNumber() function