Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngine.cpp527 float scaledGlyphAdvance = glyphAdvance * m_textPathScaling; in layoutTextOnLineOrPath() local
538 yOrientationShift -= scaledGlyphAdvance / 2; in layoutTextOnLineOrPath()
548 xOrientationShift -= scaledGlyphAdvance / 2; in layoutTextOnLineOrPath()
553 textPathOffset = m_textPathCurrentOffset + scaledGlyphAdvance / 2; in layoutTextOnLineOrPath()
556 … m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling; in layoutTextOnLineOrPath()