buildGlyphList 134 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> glyphsLhs = buildGlyphList(kerningPair.unicodeRange1, kerningPair.unicodeName1, kerningPair.glyphName1); buildGlyphList 135 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> glyphsRhs = buildGlyphList(kerningPair.unicodeRange2, kerningPair.unicodeName2, kerningPair.glyphName2); buildGlyphList 80 Source/core/svg/SVGFontElement.h Vector<SVGGlyph> buildGlyphList(const UnicodeRanges&, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const;