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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 104 float m_textPathSpacing;
SVGTextLayoutEngine.cpp 52 , m_textPathSpacing(0)
217 m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters;
229 m_textPathSpacing = 0;
542 m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling;

Completed in 35 milliseconds