Home
last modified time | relevance | path

Searched refs:toTransform (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTransformList.cpp89 SVGTransform& toTransform = toTransformList[0]; in addAnimatedTypes() local
91 ASSERT(fromTransform.type() == toTransform.type()); in addAnimatedTypes()
92 toTransform = SVGTransformDistance::addSVGTransforms(fromTransform, toTransform); in addAnimatedTypes()
117 const SVGTransform& toTransform = toTransformList[0]; in calculateAnimatedValue() local
118 …tiveFrom = fromTransformListSize ? fromTransformList[0] : SVGTransform(toTransform.type(), SVGTran… in calculateAnimatedValue()
119 …SVGTransform currentTransform = SVGTransformDistance(effectiveFrom, toTransform).scaledDistance(pe… in calculateAnimatedValue()
121 …ransformList.size() ? toAtEndOfDurationTransformList[0] : SVGTransform(toTransform.type(), SVGTran… in calculateAnimatedValue()
DSVGTransformDistance.h32 SVGTransformDistance(const SVGTransform& fromTransform, const SVGTransform& toTransform);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DInterpolatedTransformOperation.cpp49 TransformationMatrix toTransform; in apply() local
51 to.apply(borderBoxSize, toTransform); in apply()
53 toTransform.blend(fromTransform, progress); in apply()
54 transform.multiply(toTransform); in apply()