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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPointList.cpp 149 FloatPoint effectiveFrom;
151 effectiveFrom = fromList->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);
SVGTransformList.cpp 315 RefPtr<SVGTransform> effectiveFrom;
318 effectiveFrom = fromList->at(0);
320 effectiveFrom = SVGTransform::create(toTransform->transformType(), SVGTransform::ConstructZeroTransform);
326 RefPtr<SVGTransform> currentTransform = SVGTransformDistance(effectiveFrom, toTransform).scaledDistance(percentage).addToSVGTransform(effectiveFrom);
SVGNumberList.cpp 130 float effectiveFrom = fromListSize ? fromList->at(i)->value() : 0;
135 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, effectiveTo, effectiveToAtEnd, animated);
SVGLengthList.cpp 156 float effectiveFrom = 0;
160 effectiveFrom = fromList->at(i)->value(lengthContext);
165 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom, effectiveTo, effectiveToAtEnd, animatedNumber);

Completed in 8964 milliseconds