Searched refs:contentTransformation (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.h70 AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const;
H A DSVGRenderingContext.cpp267 AffineTransform& contentTransformation = currentContentTransformation(); local
268 AffineTransform savedContentTransformation = contentTransformation;
269 contentTransformation = subtreeContentTransformation * contentTransformation;
274 contentTransformation = savedContentTransformation;
H A DRenderSVGResourceMarker.cpp144 AffineTransform RenderSVGResourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const argument
149 AffineTransform transformation = contentTransformation;
H A DRenderSVGResourcePattern.cpp258 AffineTransform contentTransformation; local
260 contentTransformation = tileImageTransform;
268 SVGRenderingContext::renderSubtreeToImageBuffer(tileImage.get(), node->renderer(), contentTransformation);
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFEImage.cpp137 AffineTransform contentTransformation; local
138 SVGRenderingContext::renderSubtreeToImageBuffer(resultImage, renderer, contentTransformation);

Completed in 102 milliseconds