Searched defs:contentTransformation (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGImageBufferTools.cpp84 AffineTransform& contentTransformation = currentContentTransformation(); local
85 AffineTransform savedContentTransformation = contentTransformation;
86 contentTransformation = subtreeContentTransformation * contentTransformation;
91 contentTransformation = savedContentTransformation;
H A DRenderSVGResourceMarker.cpp139 AffineTransform RenderSVGResourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const argument
144 AffineTransform transformation = contentTransformation;
H A DRenderSVGResourcePattern.cpp276 AffineTransform contentTransformation; local
278 contentTransformation = tileImageTransform;
284 SVGImageBufferTools::renderSubtreeToImageBuffer(tileImage.get(), node->renderer(), contentTransformation);
/external/webkit/Source/WebCore/svg/
H A DSVGFEImageElement.cpp168 AffineTransform contentTransformation; local
169 SVGImageBufferTools::renderSubtreeToImageBuffer(m_targetImage.get(), renderer, contentTransformation);

Completed in 618 milliseconds