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

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.h106 float m_textPathScaling; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp54 , m_textPathScaling(1)
220 m_textPathScaling = desiredTextLength / totalLength;
231 m_textPathScaling = 1;
518 float scaledGlyphAdvance = glyphAdvance * m_textPathScaling;
547 m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling;
617 m_currentTextFragment.isTextOnPath = m_inPathLayout && m_textPathScaling != 1;
620 m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(1, m_textPathScaling);
622 m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(m_textPathScaling, 1);

Completed in 119 milliseconds