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

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.h104 float m_textPathCurrentOffset; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp52 , m_textPathCurrentOffset(0)
202 m_textPathCurrentOffset = m_textPathStartOffset;
229 m_textPathCurrentOffset = 0;
522 m_textPathCurrentOffset = y + m_textPathStartOffset;
524 m_textPathCurrentOffset += m_dy - kerning;
533 m_textPathCurrentOffset = x + m_textPathStartOffset;
535 m_textPathCurrentOffset += m_dx - kerning;
544 textPathOffset = m_textPathCurrentOffset + scaledGlyphAdvance / 2;
547 m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling;

Completed in 182 milliseconds