Home
last modified time | relevance | path

Searched refs:glyphName1 (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFontElement.h42 HashSet<String> glyphName1; member
DSVGHKernElement.cpp78 if (parseGlyphName(g1, kerningPair.glyphName1) in buildHorizontalKerningPair()
DSVGVKernElement.cpp76 if (parseGlyphName(g1, kerningPair.glyphName1) in buildVerticalKerningPair()
DSVGFontElement.cpp138 && !stringMatchesGlyphName(g1, kerningPair.glyphName1)) in matches()