Searched refs:toTransform (Results 1 – 3 of 3) sorted by relevance
89 SVGTransform& toTransform = toTransformList[0]; in addAnimatedTypes() local91 ASSERT(fromTransform.type() == toTransform.type()); in addAnimatedTypes()92 toTransform = SVGTransformDistance::addSVGTransforms(fromTransform, toTransform); in addAnimatedTypes()117 const SVGTransform& toTransform = toTransformList[0]; in calculateAnimatedValue() local118 …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()
32 SVGTransformDistance(const SVGTransform& fromTransform, const SVGTransform& toTransform);
49 TransformationMatrix toTransform; in apply() local51 to.apply(borderBoxSize, toTransform); in apply()53 toTransform.blend(fromTransform, progress); in apply()54 transform.multiply(toTransform); in apply()