HomeSort by relevance Sort by last modified time
    Searched refs:effectiveTo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPointList.cpp 152 FloatPoint effectiveTo = toList->at(i)->value();
157 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.x(), effectiveTo.x(), effectiveToAtEnd.x(), animatedX);
158 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.y(), effectiveTo.y(), effectiveToAtEnd.y(), animatedY);
SVGNumberList.cpp 131 float effectiveTo = toListSize ? toList->at(i)->value() : 0;
135 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, effectiveTo, effectiveToAtEnd, animated);
SVGLengthList.cpp 162 float effectiveTo = toList->at(i)->value(lengthContext);
165 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, effectiveTo, effectiveToAtEnd, animatedNumber);

Completed in 81 milliseconds