Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGGlyphElement

25 #include "SVGGlyphElement.h"
40 SVGGlyphElement::SVGGlyphElement(const QualifiedName& tagName, Document* doc)
45 SVGGlyphElement::~SVGGlyphElement()
49 void SVGGlyphElement::invalidateGlyphCache()
58 void SVGGlyphElement::parseMappedAttribute(MappedAttribute* attr)
66 void SVGGlyphElement::insertedIntoDocument()
72 void SVGGlyphElement::removedFromDocument()
110 void SVGGlyphElement::inheritUnspecifiedAttributes(SVGGlyphIdentifier& identifier, const SVGFontData* svgFontData)
134 SVGGlyphIdentifier SVGGlyphElement::buildGenericGlyphIdentifier(const SVGElement* element)
163 SVGGlyphIdentifier SVGGlyphElement::buildGlyphIdentifier() const