m_textPathScaling  224 Source/core/rendering/svg/SVGTextLayoutEngine.cpp         m_textPathScaling = desiredTextLength / totalLength;
m_textPathScaling  236 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     m_textPathScaling = 1;
m_textPathScaling  518 Source/core/rendering/svg/SVGTextLayoutEngine.cpp             float scaledGlyphAdvance = glyphAdvance * m_textPathScaling;
m_textPathScaling  547 Source/core/rendering/svg/SVGTextLayoutEngine.cpp             m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling;
m_textPathScaling  614 Source/core/rendering/svg/SVGTextLayoutEngine.cpp             m_currentTextFragment.isTextOnPath = m_inPathLayout && m_textPathScaling != 1;
m_textPathScaling  617 Source/core/rendering/svg/SVGTextLayoutEngine.cpp                     m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(1, m_textPathScaling);
m_textPathScaling  619 Source/core/rendering/svg/SVGTextLayoutEngine.cpp                     m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(m_textPathScaling, 1);
m_textPathScaling  104 Source/core/rendering/svg/SVGTextLayoutEngine.h     float m_textPathScaling;