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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngineSpacing.cpp54 kerning = svgFont->verticalKerningForPairOfStringsAndGlyphs(m_lastGlyph.unicodeString, m_lastGlyph.name, currentGlyph.unicodeString, currentGlyph.name);
/external/webkit/Source/WebCore/svg/
H A DSVGFontElement.h65 float verticalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2) const;
H A DSVGFontElement.cpp168 float SVGFontElement::verticalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2) const function in class:WebCore::SVGFontElement

Completed in 34 milliseconds