HomeSort by relevance Sort by last modified time
    Searched full:svgfontelement (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRemoteFontFaceSource.h 15 class SVGFontElement;
30 RefPtrWillBeMember<SVGFontElement> m_externalSVGFontElement;
SVGFontElement.cpp 25 #include "core/svg/SVGFontElement.h"
37 inline SVGFontElement::SVGFontElement(Document& document)
44 UseCounter::count(document, UseCounter::SVGFontElement);
47 DEFINE_NODE_FACTORY(SVGFontElement)
49 void SVGFontElement::invalidateGlyphCache()
59 void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures)
100 Vector<SVGGlyph> SVGFontElement::buildGlyphList(const UnicodeRanges& unicodeRanges, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const
124 void SVGFontElement::addPairsToKerningTable(const SVGKerningPair& kerningPair, KerningTable& kerningTable)
143 void SVGFontElement::buildKerningTable(const KerningPairVector& kerningPairs, KerningTable& kerningTable
    [all...]
SVGFontFaceElement.h 32 class SVGFontElement;
51 SVGFontElement* associatedFontElement() const;
71 RawPtrWillBeMember<SVGFontElement> m_fontElement;