HomeSort by relevance Sort by last modified time
    Searched defs:SVGFontElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGFontElement.h 34 class SVGFontElement : public SVGStyledElement
37 SVGFontElement(const QualifiedName&, Document*);
38 virtual ~SVGFontElement();
53 DECLARE_ANIMATED_PROPERTY(SVGFontElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
SVGFontElement.cpp 24 #include "SVGFontElement.h"
41 SVGFontElement::SVGFontElement(const QualifiedName& tagName, Document* doc)
47 SVGFontElement::~SVGFontElement()
51 void SVGFontElement::synchronizeProperty(const QualifiedName& attrName)
59 void SVGFontElement::invalidateGlyphCache()
68 SVGMissingGlyphElement* SVGFontElement::firstMissingGlyphElement() const
78 void SVGFontElement::ensureGlyphCache() const
231 bool SVGFontElement::getHorizontalKerningPairForStringsAndGlyphs(const String& u1, const String& g1, const String& u2, (…)
    [all...]

Completed in 151 milliseconds