Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGTextElement

24 #include "SVGTextElement.h"
38 DEFINE_ANIMATED_TRANSFORM_LIST(SVGTextElement, SVGNames::transformAttr, Transform, transform)
40 inline SVGTextElement::SVGTextElement(const QualifiedName& tagName, Document* doc)
45 PassRefPtr<SVGTextElement> SVGTextElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new SVGTextElement(tagName, document));
50 void SVGTextElement::parseMappedAttribute(Attribute* attr)
63 SVGElement* SVGTextElement::nearestViewportElement() const
68 SVGElement* SVGTextElement::farthestViewportElement() const
73 FloatRect SVGTextElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const
78 AffineTransform SVGTextElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const
83 AffineTransform SVGTextElement::getScreenCTM(StyleUpdateStrategy styleUpdateStrategy) const
88 AffineTransform SVGTextElement::animatedLocalTransform() const
97 AffineTransform* SVGTextElement::supplementalTransform()
104 RenderObject* SVGTextElement::createRenderer(RenderArena* arena, RenderStyle*)
109 bool SVGTextElement::childShouldCreateRenderer(Node* child) const
124 void SVGTextElement::svgAttributeChanged(const QualifiedName& attrName)
138 void SVGTextElement::synchronizeProperty(const QualifiedName& attrName)
146 AttributeToPropertyTypeMap& SVGTextElement::attributeToPropertyTypeMap()
152 void SVGTextElement::fillAttributeToPropertyTypeMap()