Home
last modified time | relevance | path

Searched refs:stringMatchesGlyphName (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFontElement.cpp124 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues) in stringMatchesGlyphName() function
138 && !stringMatchesGlyphName(g1, kerningPair.glyphName1)) in matches()
142 && !stringMatchesGlyphName(g2, kerningPair.glyphName2)) in matches()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413372 (WebCore::stringMatchesGlyphName):