HomeSort by relevance Sort by last modified time
    Searched refs:contentTransformation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMasker.cpp 117 AffineTransform contentTransformation;
120 contentTransformation.translate(targetBoundingBox.x(), targetBoundingBox.y());
121 contentTransformation.scaleNonUniform(targetBoundingBox.width(), targetBoundingBox.height());
122 context->concatCTM(contentTransformation);
126 m_maskContentDisplayList = asDisplayList(context, contentTransformation);
RenderSVGResourceMarker.h 67 AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const;
RenderSVGResourceClipper.cpp 240 AffineTransform contentTransformation;
243 contentTransformation.translate(targetBoundingBox.x(), targetBoundingBox.y());
244 contentTransformation.scaleNonUniform(targetBoundingBox.width(), targetBoundingBox.height());
245 context->concatCTM(contentTransformation);
249 m_clipContentDisplayList = asDisplayList(context, contentTransformation);
256 const AffineTransform& contentTransformation)
303 SVGRenderingContext::renderSubtree(context, renderer, contentTransformation);
SVGRenderingContext.cpp 257 AffineTransform& contentTransformation = currentContentTransformation();
258 AffineTransform savedContentTransformation = contentTransformation;
259 contentTransformation = subtreeContentTransformation * contentTransformation;
264 contentTransformation = savedContentTransformation;
RenderSVGResourceMarker.cpp 152 AffineTransform RenderSVGResourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const
157 AffineTransform transformation = contentTransformation;
RenderSVGResourcePattern.cpp 256 AffineTransform contentTransformation;
258 contentTransformation = tileImageTransform;
266 SVGRenderingContext::renderSubtree(tileImage->context(), element->renderer(), contentTransformation);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 164 AffineTransform contentTransformation;
165 SVGRenderingContext::renderSubtree(resultImage->context(), renderer, contentTransformation);
205 AffineTransform contentTransformation;
209 SVGRenderingContext::renderSubtree(context, renderer, contentTransformation);

Completed in 97 milliseconds