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

  /external/webkit/WebCore/svg/
SVGPathElement.h 53 class SVGPathElement : public SVGStyledTransformableElement,
59 SVGPathElement(const QualifiedName&, Document*);
60 virtual ~SVGPathElement();
104 DECLARE_ANIMATED_PROPERTY(SVGPathElement, SVGNames::pathLengthAttr, float, PathLength, pathLength)
107 DECLARE_ANIMATED_PROPERTY(SVGPathElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
SVGPathElement.cpp 24 #include "SVGPathElement.h"
45 SVGPathElement::SVGPathElement(const QualifiedName& tagName, Document* doc)
53 SVGPathElement::~SVGPathElement()
57 float SVGPathElement::getTotalLength()
63 FloatPoint SVGPathElement::getPointAtLength(float length)
70 unsigned long SVGPathElement::getPathSegAtLength(float length, ExceptionCode& ec)
75 PassRefPtr<SVGPathSegClosePath> SVGPathElement::createSVGPathSegClosePath()
80 PassRefPtr<SVGPathSegMovetoAbs> SVGPathElement::createSVGPathSegMovetoAbs(float x, float y
    [all...]

Completed in 110 milliseconds