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 114 AffineTransform contentTransformation;
117 contentTransformation.translate(targetBoundingBox.x(), targetBoundingBox.y());
118 contentTransformation.scaleNonUniform(targetBoundingBox.width(), targetBoundingBox.height());
119 context->concatCTM(contentTransformation);
123 createDisplayList(context, contentTransformation);
RenderSVGResourceClipper.cpp 238 AffineTransform contentTransformation;
240 contentTransformation.translate(targetBoundingBox.x(), targetBoundingBox.y());
241 contentTransformation.scaleNonUniform(targetBoundingBox.width(), targetBoundingBox.height());
242 context->concatCTM(contentTransformation);
246 createDisplayList(context, contentTransformation);
253 const AffineTransform& contentTransformation)
301 SVGRenderingContext::renderSubtree(context, renderer, contentTransformation);
SVGRenderingContext.cpp 252 AffineTransform& contentTransformation = currentContentTransformation();
253 AffineTransform savedContentTransformation = contentTransformation;
254 contentTransformation = subtreeContentTransformation * contentTransformation;
259 contentTransformation = savedContentTransformation;
RenderSVGResourceMarker.h 68 AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const;
RenderSVGResourceMarker.cpp 149 AffineTransform RenderSVGResourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const
154 AffineTransform transformation = contentTransformation;
RenderSVGResourcePattern.cpp 241 AffineTransform contentTransformation;
243 contentTransformation = tileImageTransform;
251 SVGRenderingContext::renderSubtree(tileImage->context(), element->renderer(), contentTransformation);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 172 AffineTransform contentTransformation;
173 SVGRenderingContext::renderSubtree(resultImage->context(), renderer, contentTransformation);
213 AffineTransform contentTransformation;
218 SVGRenderingContext::renderSubtree(context, renderer, contentTransformation);

Completed in 125 milliseconds