HomeSort by relevance Sort by last modified time
    Searched refs:SVGFitToViewBox (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSymbolElement.idl 30 SVGSymbolElement implements SVGFitToViewBox;
SVGFitToViewBox.idl 30 ] interface SVGFitToViewBox {
SVGViewElement.idl 31 SVGViewElement implements SVGFitToViewBox;
SVGFitToViewBox.cpp 23 #include "core/svg/SVGFitToViewBox.h"
74 bool SVGFitToViewBox::parseViewBox(Document* document, const LChar*& ptr, const LChar* end, FloatRect& viewBox, bool validate)
79 bool SVGFitToViewBox::parseViewBox(Document* document, const UChar*& ptr, const UChar* end, FloatRect& viewBox, bool validate)
84 bool SVGFitToViewBox::parseViewBox(Document* document, const String& string, FloatRect& viewBox)
100 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight)
108 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName)
113 void SVGFitToViewBox::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
SVGPatternElement.idl 37 SVGPatternElement implements SVGFitToViewBox;
SVGViewSpec.idl 38 SVGViewSpec implements SVGFitToViewBox;
SVGSymbolElement.h 29 #include "core/svg/SVGFitToViewBox.h"
35 public SVGFitToViewBox {
SVGMarkerElement.idl 50 SVGMarkerElement implements SVGFitToViewBox;
SVGSymbolElement.cpp 60 SVGFitToViewBox::addSupportedAttributes(supportedAttributes);
74 if (SVGFitToViewBox::parseAttribute(this, name, value))
SVGViewElement.cpp 59 SVGFitToViewBox::addSupportedAttributes(supportedAttributes);
80 if (SVGFitToViewBox::parseAttribute(this, name, value))
SVGViewElement.h 30 #include "core/svg/SVGFitToViewBox.h"
38 public SVGFitToViewBox,
SVGFitToViewBox.h 35 class SVGFitToViewBox {
SVGPatternElement.h 33 #include "core/svg/SVGFitToViewBox.h"
46 public SVGFitToViewBox {
SVGSVGElement.idl 73 SVGSVGElement implements SVGFitToViewBox;
SVGViewSpec.h 26 #include "core/svg/SVGFitToViewBox.h"
37 class SVGViewSpec FINAL : public RefCounted<SVGViewSpec>, public ScriptWrappable, public SVGZoomAndPan, public SVGFitToViewBox {
SVGMarkerElement.cpp 105 return SVGFitToViewBox::viewBoxToViewTransform(viewBoxCurrentValue(), preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
113 SVGFitToViewBox::addSupportedAttributes(supportedAttributes);
150 || SVGFitToViewBox::parseAttribute(this, name, value)) {
SVGMarkerElement.h 33 #include "core/svg/SVGFitToViewBox.h"
99 public SVGFitToViewBox {
SVGSVGElement.cpp 260 || SVGFitToViewBox::parseAttribute(this, name, value)
289 if (SVGFitToViewBox::isKnownAttribute(attrName)) {
671 return SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
673 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), m_viewSpec->preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
SVGSVGElement.h 29 #include "core/svg/SVGFitToViewBox.h"
45 public SVGFitToViewBox,
SVGPatternElement.cpp 88 SVGFitToViewBox::addSupportedAttributes(supportedAttributes);
133 || SVGFitToViewBox::parseAttribute(this, name, value)) {
SVGViewSpec.cpp 224 if (!SVGFitToViewBox::parseViewBox(&m_contextElement.get()->document(), ptr, end, viewBox, false))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 27 #include "core/svg/SVGFitToViewBox.h"
224 AffineTransform viewBoxCTM = SVGFitToViewBox::viewBoxToViewTransform(attributes.viewBox(), attributes.preserveAspectRatio(), patternBoundaries.width(), patternBoundaries.height());
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 153 third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp \
webcore_svg.target.darwin-mips.mk 153 third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp \
webcore_svg.target.darwin-x86.mk 153 third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp \

Completed in 692 milliseconds

1 2