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

  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.cpp 84 AffineTransform& contentTransformation = currentContentTransformation();
85 AffineTransform savedContentTransformation = contentTransformation;
86 contentTransformation = subtreeContentTransformation * contentTransformation;
91 contentTransformation = savedContentTransformation;
RenderSVGResourceMarker.h 71 AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const;
RenderSVGResourceMarker.cpp 139 AffineTransform RenderSVGResourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const
144 AffineTransform transformation = contentTransformation;
RenderSVGResourcePattern.cpp 276 AffineTransform contentTransformation;
278 contentTransformation = tileImageTransform;
284 SVGImageBufferTools::renderSubtreeToImageBuffer(tileImage.get(), node->renderer(), contentTransformation);
  /external/webkit/Source/WebCore/svg/
SVGFEImageElement.cpp 168 AffineTransform contentTransformation;
169 SVGImageBufferTools::renderSubtreeToImageBuffer(m_targetImage.get(), renderer, contentTransformation);

Completed in 1018 milliseconds