Searched refs:m_textPathSpacing (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.h105 float m_textPathSpacing; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp53 , m_textPathSpacing(0)
218 m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters;
230 m_textPathSpacing = 0;
547 m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling;

Completed in 132 milliseconds