OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:markercontenttransformation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.h
68
AffineTransform
markerContentTransformation
(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const;
RenderSVGResourceMarker.cpp
134
transform =
markerContentTransformation
(transform, referencePoint(), useStrokeWidth ? strokeWidth : -1);
154
AffineTransform RenderSVGResourceMarker::
markerContentTransformation
(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const
Completed in 489 milliseconds