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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.h 70 AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const;
SVGRenderingContext.cpp 267 AffineTransform& contentTransformation = currentContentTransformation();
268 AffineTransform savedContentTransformation = contentTransformation;
269 contentTransformation = subtreeContentTransformation * contentTransformation;
274 contentTransformation = savedContentTransformation;
RenderSVGResourceMarker.cpp 144 AffineTransform RenderSVGResourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const
149 AffineTransform transformation = contentTransformation;
RenderSVGResourcePattern.cpp 258 AffineTransform contentTransformation;
260 contentTransformation = tileImageTransform;
268 SVGRenderingContext::renderSubtreeToImageBuffer(tileImage.get(), node->renderer(), contentTransformation);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 137 AffineTransform contentTransformation;
138 SVGRenderingContext::renderSubtreeToImageBuffer(resultImage, renderer, contentTransformation);

Completed in 82 milliseconds