KerningTable      132 Source/core/svg/SVGFontElement.cpp void SVGFontElement::addPairsToKerningTable(const SVGKerningPair& kerningPair, KerningTable& kerningTable)
KerningTable      151 Source/core/svg/SVGFontElement.cpp void SVGFontElement::buildKerningTable(const KerningPairVector& kerningPairs, KerningTable& kerningTable)
KerningTable      212 Source/core/svg/SVGFontElement.cpp static float kerningForPairOfGlyphs(const KerningTable& kerningTable, Glyph glyphId1, Glyph glyphId2)
KerningTable      214 Source/core/svg/SVGFontElement.cpp     KerningTable::const_iterator result = kerningTable.find(makeKerningPairKey(glyphId1, glyphId2));
KerningTable       81 Source/core/svg/SVGFontElement.h     void addPairsToKerningTable(const SVGKerningPair&, KerningTable&);
KerningTable       82 Source/core/svg/SVGFontElement.h     void buildKerningTable(const KerningPairVector&, KerningTable&);
KerningTable       85 Source/core/svg/SVGFontElement.h     KerningTable m_horizontalKerningTable;
KerningTable       86 Source/core/svg/SVGFontElement.h     KerningTable m_verticalKerningTable;