Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGGlyphElement

25 #include "SVGGlyphElement.h"
40 inline SVGGlyphElement::SVGGlyphElement(const QualifiedName& tagName, Document* document)
45 PassRefPtr<SVGGlyphElement> SVGGlyphElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new SVGGlyphElement(tagName, document));
50 void SVGGlyphElement::invalidateGlyphCache()
59 void SVGGlyphElement::parseMappedAttribute(Attribute* attr)
67 void SVGGlyphElement::insertedIntoDocument()
73 void SVGGlyphElement::removedFromDocument()
111 void SVGGlyphElement::inheritUnspecifiedAttributes(SVGGlyphIdentifier& identifier, const SVGFontData* svgFontData)
135 AttributeToPropertyTypeMap& SVGGlyphElement::attributeToPropertyTypeMap()
141 void SVGGlyphElement::fillAttributeToPropertyTypeMap()
149 SVGGlyphIdentifier SVGGlyphElement::buildGenericGlyphIdentifier(const SVGElement* element)
178 SVGGlyphIdentifier SVGGlyphElement::buildGlyphIdentifier() const