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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 137 AffineTransform contentTransformation;
138 SVGRenderingContext::renderSubtreeToImageBuffer(resultImage, renderer, contentTransformation);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 258 AffineTransform contentTransformation;
260 contentTransformation = tileImageTransform;
268 SVGRenderingContext::renderSubtreeToImageBuffer(tileImage.get(), node->renderer(), contentTransformation);
SVGRenderingContext.cpp 267 AffineTransform& contentTransformation = currentContentTransformation();
268 AffineTransform savedContentTransformation = contentTransformation;
269 contentTransformation = subtreeContentTransformation * contentTransformation;
274 contentTransformation = savedContentTransformation;

Completed in 358 milliseconds