OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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;
RenderSVGResourcePattern.cpp
276
AffineTransform
contentTransformation
;
278
contentTransformation
= tileImageTransform;
284
SVGImageBufferTools::renderSubtreeToImageBuffer(tileImage.get(), node->renderer(),
contentTransformation
);
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
;
/external/webkit/Source/WebCore/svg/
SVGFEImageElement.cpp
168
AffineTransform
contentTransformation
;
169
SVGImageBufferTools::renderSubtreeToImageBuffer(m_targetImage.get(), renderer,
contentTransformation
);
Completed in 55 milliseconds