Searched refs:glyphsLhs (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontElement.cpp126 Vector<SVGGlyph> glyphsLhs = buildGlyphList(kerningPair.unicodeRange1, kerningPair.unicodeName1, kerningPair.glyphName1); local
128 if (glyphsLhs.isEmpty() || glyphsRhs.isEmpty())
130 size_t glyphsLhsSize = glyphsLhs.size();
135 Glyph glyph1 = glyphsLhs[lhsIndex].tableEntry;

Completed in 89 milliseconds