Home
last modified time | relevance | path

Searched refs:contentTransformation (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGImageBufferTools.cpp84 AffineTransform& contentTransformation = currentContentTransformation(); in renderSubtreeToImageBuffer() local
85 AffineTransform savedContentTransformation = contentTransformation; in renderSubtreeToImageBuffer()
86 contentTransformation = subtreeContentTransformation * contentTransformation; in renderSubtreeToImageBuffer()
91 contentTransformation = savedContentTransformation; in renderSubtreeToImageBuffer()
DRenderSVGResourceMarker.cpp139 …esourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const Flo… in markerContentTransformation() argument
144 AffineTransform transformation = contentTransformation; in markerContentTransformation()
DRenderSVGResourcePattern.cpp276 AffineTransform contentTransformation; in createTileImage() local
278 contentTransformation = tileImageTransform; in createTileImage()
284 …eBufferTools::renderSubtreeToImageBuffer(tileImage.get(), node->renderer(), contentTransformation); in createTileImage()
DRenderSVGResourceMarker.h71 …AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const Fl…
/external/webkit/Source/WebCore/svg/
DSVGFEImageElement.cpp168 AffineTransform contentTransformation; in build() local
169 …ImageBufferTools::renderSubtreeToImageBuffer(m_targetImage.get(), renderer, contentTransformation); in build()