Searched refs:toAffineTransform (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextElement.cpp59 matrix = t.toAffineTransform();
H A DSVGGraphicsElement.cpp76 matrix = transform.toAffineTransform();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderingContext.cpp202 absoluteTransform = layerTransform->toAffineTransform() * absoluteTransform;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTransformationMatrix.h269 AffineTransform toAffineTransform() const;
H A DTransformationMatrix.cpp1325 AffineTransform TransformationMatrix::toAffineTransform() const function in class:WebCore::TransformationMatrix
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp3779 context->concatCTM(transform.toAffineTransform());
4162 context->concatCTM(transform.toAffineTransform());

Completed in 191 milliseconds