Home
last modified time | relevance | path

Searched refs:horizontalKerningForPairOfStringsAndGlyphs (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontElement.h64 …float horizontalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, const String&…
DSVGFontElement.cpp216 float SVGFontElement::horizontalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1… in horizontalKerningForPairOfStringsAndGlyphs() function in WebCore::SVGFontElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp70 …kerning = svgFont->horizontalKerningForPairOfStringsAndGlyphs(m_lastGlyph.unicodeString, m_lastGly… in calculateSVGKerning()