Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngine.cpp52 , m_textPathScaling(1) in SVGTextLayoutEngine()
225 m_textPathScaling = desiredTextLength / totalLength; in beginTextPathLayout()
236 m_textPathScaling = 1; in endTextPathLayout()
527 float scaledGlyphAdvance = glyphAdvance * m_textPathScaling; in layoutTextOnLineOrPath()
556 … m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling; in layoutTextOnLineOrPath()
637 m_currentTextFragment.isTextOnPath = m_inPathLayout && m_textPathScaling != 1; in layoutTextOnLineOrPath()
640 … m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(1, m_textPathScaling); in layoutTextOnLineOrPath()
642 … m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(m_textPathScaling, 1); in layoutTextOnLineOrPath()
DSVGTextLayoutEngine.h102 float m_textPathScaling; variable