OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markerTransformation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.h
47
FloatRect markerBoundaries(const AffineTransform&
markerTransformation
) const;
54
AffineTransform
markerTransformation
(const FloatPoint& origin, float angle, float strokeWidth) const;
RenderSVGResourceMarker.cpp
84
FloatRect RenderSVGResourceMarker::markerBoundaries(const AffineTransform&
markerTransformation
) const
91
return
markerTransformation
.mapRect(coordinates);
123
AffineTransform RenderSVGResourceMarker::
markerTransformation
(const FloatPoint& origin, float autoAngle, float strokeWidth) const
RenderSVGShape.cpp
380
boundaries.unite(marker->markerBoundaries(marker->
markerTransformation
(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth)));
458
marker->draw(paintInfo, marker->
markerTransformation
(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth));
Completed in 34 milliseconds