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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 49 m_lastGlyph.isValid = false;
62 m_lastGlyph.isValid = false;
67 if (m_lastGlyph.isValid) {
69 kerning = svgFont->verticalKerningForPairOfStringsAndGlyphs(m_lastGlyph.unicodeString, m_lastGlyph.name, currentGlyph.unicodeString, currentGlyph.name);
71 kerning = svgFont->horizontalKerningForPairOfStringsAndGlyphs(m_lastGlyph.unicodeString, m_lastGlyph.name, currentGlyph.unicodeString, currentGlyph.name);
74 m_lastGlyph = currentGlyph;
75 m_lastGlyph.isValid = true;
SVGTextLayoutEngineSpacing.h 45 SVGTextMetrics::Glyph m_lastGlyph;

Completed in 65 milliseconds