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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 25 #include "core/svg/SVGFontElement.h"
37 inline SVGFontElement::SVGFontElement(Document& document)
42 UseCounter::count(document, UseCounter::SVGFontElement);
45 DEFINE_NODE_FACTORY(SVGFontElement)
47 void SVGFontElement::invalidateGlyphCache()
57 void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures)
98 Vector<SVGGlyph> SVGFontElement::buildGlyphList(const UnicodeRanges& unicodeRanges, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const
122 void SVGFontElement::addPairsToKerningTable(const SVGKerningPair& kerningPair, KerningTable& kerningTable)
141 void SVGFontElement::buildKerningTable(const KerningPairVector& kerningPairs, KerningTable& kerningTable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 121 SVGFontElement = 76,

Completed in 101 milliseconds