OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:viewBoxToViewTransform
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFitToViewBox.cpp
100
AffineTransform SVGFitToViewBox::
viewBoxToViewTransform
(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight)
SVGMarkerElement.cpp
103
AffineTransform SVGMarkerElement::
viewBoxToViewTransform
(float viewWidth, float viewHeight) const
105
return SVGFitToViewBox::
viewBoxToViewTransform
(viewBoxCurrentValue(), preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
SVGSVGElement.cpp
425
viewBoxTransform =
viewBoxToViewTransform
(size.width(), size.height());
451
// Be careful here! localToBorderBoxTransform() included the x/y offset coming from the
viewBoxToViewTransform
(),
668
AffineTransform SVGSVGElement::
viewBoxToViewTransform
(float viewWidth, float viewHeight) const
671
return SVGFitToViewBox::
viewBoxToViewTransform
(currentViewBoxRect(), preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
673
AffineTransform ctm = SVGFitToViewBox::
viewBoxToViewTransform
(currentViewBoxRect(), m_viewSpec->preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
Completed in 45 milliseconds