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

  /external/webkit/Source/WebCore/svg/
SVGSymbolElement.idl 32 SVGFitToViewBox {
SVGFitToViewBox.idl 29 interface [Conditional=SVG, ObjCProtocol, OmitConstructor] SVGFitToViewBox {
SVGViewElement.idl 30 SVGFitToViewBox,
SVGFitToViewBox.h 36 class SVGFitToViewBox {
38 virtual ~SVGFitToViewBox() { }
SVGPatternElement.idl 34 SVGFitToViewBox
SVGViewSpec.idl 28 interface [Conditional=SVG] SVGViewSpec : SVGZoomAndPan, SVGFitToViewBox
SVGSymbolElement.h 29 #include "SVGFitToViewBox.h"
38 public SVGFitToViewBox {
59 // SVGFitToViewBox
SVGViewElement.h 29 #include "SVGFitToViewBox.h"
38 public SVGFitToViewBox,
60 // SVGFitToViewBox
SVGFitToViewBox.cpp 24 #include "SVGFitToViewBox.h"
38 bool SVGFitToViewBox::parseViewBox(Document* doc, const String& s, FloatRect& viewBox)
45 bool SVGFitToViewBox::parseViewBox(Document* doc, const UChar*& c, const UChar* end, FloatRect& viewBox, bool validate)
83 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight)
91 bool SVGFitToViewBox::parseMappedAttribute(Document* document, Attribute* attr)
108 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName)
SVGViewSpec.h 26 #include "SVGFitToViewBox.h"
34 class SVGViewSpec : public SVGFitToViewBox,
60 // SVGFitToViewBox
SVGMarkerElement.idl 32 SVGFitToViewBox {
SVGViewElement.cpp 27 #include "SVGFitToViewBox.h"
56 || SVGFitToViewBox::parseMappedAttribute(document(), attr)
77 else if (SVGFitToViewBox::isKnownAttribute(attrName)) {
SVGPatternElement.h 32 #include "SVGFitToViewBox.h"
47 public SVGFitToViewBox {
SVGSymbolElement.cpp 26 #include "SVGFitToViewBox.h"
52 if (SVGFitToViewBox::parseMappedAttribute(document(), attr))
85 else if (SVGFitToViewBox::isKnownAttribute(attrName)) {
SVGMarkerElement.cpp 29 #include "SVGFitToViewBox.h"
78 return SVGFitToViewBox::viewBoxToViewTransform(viewBox(), preserveAspectRatio(), viewWidth, viewHeight);
113 if (SVGFitToViewBox::parseMappedAttribute(document(), attr))
142 || SVGFitToViewBox::isKnownAttribute(attrName)
180 else if (SVGFitToViewBox::isKnownAttribute(attrName)) {
SVGMarkerElement.h 32 #include "SVGFitToViewBox.h"
41 public SVGFitToViewBox {
93 // SVGFitToViewBox
SVGSVGElement.idl 34 SVGFitToViewBox,
SVGSVGElement.h 30 #include "SVGFitToViewBox.h"
49 public SVGFitToViewBox,
161 // SVGFitToViewBox
SVGPatternElement.cpp 114 if (SVGFitToViewBox::parseMappedAttribute(document(), attr))
146 || SVGFitToViewBox::isKnownAttribute(attrName)
SVGSVGElement.cpp 281 if (SVGFitToViewBox::parseMappedAttribute(document(), attr))
321 || SVGFitToViewBox::isKnownAttribute(attrName)) {
598 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(viewBoxRect, preserveAspectRatio(), viewWidth, viewHeight);
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 1223 milliseconds