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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 66 m_horizontalKerningPairs.clear();
140 hkern->buildHorizontalKerningPair(m_horizontalKerningPairs);
221 if (m_horizontalKerningPairs.isEmpty())
224 return kerningForPairOfStringsAndGlyphs(m_horizontalKerningPairs, u1, g1, u2, g2);
SVGFontElement.h 85 KerningPairVector m_horizontalKerningPairs;

Completed in 67 milliseconds