HomeSort by relevance Sort by last modified time
    Searched defs:SVGPathElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathElement.h 56 class SVGPathElement : public SVGStyledTransformableElement,
61 static PassRefPtr<SVGPathElement> create(const QualifiedName&, Document*);
100 SVGPathElement(const QualifiedName&, Document*);
SVGPathElement.cpp 24 #include "SVGPathElement.h"
49 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength)
50 DEFINE_ANIMATED_BOOLEAN(SVGPathElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
52 inline SVGPathElement::SVGPathElement(const QualifiedName& tagName, Document* document)
59 PassRefPtr<SVGPathElement> SVGPathElement::create(const QualifiedName& tagName, Document* document)
61 return adoptRef(new SVGPathElement(tagName, document));
64 float SVGPathElement::getTotalLength()
72 FloatPoint SVGPathElement::getPointAtLength(float length
    [all...]

Completed in 465 milliseconds