Searched refs:SVGTextPathElement (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGTextPathElement.cpp24 #include "SVGTextPathElement.h"
36 DEFINE_ANIMATED_LENGTH(SVGTextPathElement, SVGNames::startOffsetAttr, StartOffset, startOffset)
37 DEFINE_ANIMATED_ENUMERATION(SVGTextPathElement, SVGNames::methodAttr, Method, method, SVGTextPathMethodType)
38 DEFINE_ANIMATED_ENUMERATION(SVGTextPathElement, SVGNames::spacingAttr, Spacing, spacing, SVGTextPathSpacingType)
39 DEFINE_ANIMATED_STRING(SVGTextPathElement, XLinkNames::hrefAttr, Href, href)
41 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGTextPathElement)
49 inline SVGTextPathElement::SVGTextPathElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGTextPathElement
59 PassRefPtr<SVGTextPathElement> SVGTextPathElement
[all...]
H A DSVGTextPathElement.h100 class SVGTextPathElement FINAL : public SVGTextContentElement,
113 static PassRefPtr<SVGTextPathElement> create(const QualifiedName&, Document*);
119 SVGTextPathElement(const QualifiedName&, Document*);
121 virtual ~SVGTextPathElement();
139 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextPathElement)
H A DSVGTextPathElement.idl28 ] interface SVGTextPathElement : SVGTextContentElement,
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGTextPath.cpp32 #include "SVGTextPathElement.h"
44 SVGTextPathElement* textPathElement = static_cast<SVGTextPathElement*>(node());
65 return static_cast<SVGTextPathElement*>(node())->startOffset().valueAsPercentage();
70 return static_cast<SVGTextPathElement*>(node())->spacing() == SVGTextPathSpacingExact;
75 return static_cast<SVGTextPathElement*>(node())->method() == SVGTextPathMethodStretch;

Completed in 129 milliseconds