Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGTextContentElement

24 #include "SVGTextContentElement.h"
40 DEFINE_ANIMATED_ENUMERATION(SVGTextContentElement, SVGNames::lengthAdjustAttr, LengthAdjust, lengthAdjust)
41 DEFINE_ANIMATED_BOOLEAN(SVGTextContentElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
43 SVGTextContentElement::SVGTextContentElement(const QualifiedName& tagName, Document* document)
51 void SVGTextContentElement::synchronizeTextLength()
59 PassRefPtr<SVGAnimatedLength> SVGTextContentElement::textLengthAnimated()
72 unsigned SVGTextContentElement::getNumberOfChars() const
78 float SVGTextContentElement::getComputedTextLength() const
84 float SVGTextContentElement::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode& ec) const
97 FloatPoint SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionCode& ec) const
109 FloatPoint SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionCode& ec) const
121 FloatRect SVGTextContentElement::getExtentOfChar(unsigned charnum, ExceptionCode& ec) const
133 float SVGTextContentElement::getRotationOfChar(unsigned charnum, ExceptionCode& ec) const
145 int SVGTextContentElement::getCharNumAtPosition(const FloatPoint& point) const
151 void SVGTextContentElement::selectSubString(unsigned charnum, unsigned nchars, ExceptionCode& ec) const
170 VisiblePosition start(firstPositionInNode(const_cast<SVGTextContentElement*>(this)));
182 void SVGTextContentElement::parseMappedAttribute(Attribute* attr)
214 void SVGTextContentElement::synchronizeProperty(const QualifiedName& attrName)
236 void SVGTextContentElement::svgAttributeChanged(const QualifiedName& attrName)
255 void SVGTextContentElement::fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap& attributeToPropertyTypeMap)
263 bool SVGTextContentElement::selfHasRelativeLengths() const
271 SVGTextContentElement* SVGTextContentElement::elementFromRenderer(RenderObject* renderer)
292 return static_cast<SVGTextContentElement*>(node);