HomeSort by relevance Sort by last modified time
    Searched refs:horizontalKerningForPairOfStringsAndGlyphs (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 56 kerning = svgFont->horizontalKerningForPairOfStringsAndGlyphs(m_lastGlyph.unicodeString, m_lastGlyph.name, currentGlyph.unicodeString, currentGlyph.name);
  /external/webkit/Source/WebCore/svg/
SVGFontElement.h 64 float horizontalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2) const;
SVGFontElement.cpp 160 float SVGFontElement::horizontalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2) const

Completed in 1266 milliseconds