HomeSort by relevance Sort by last modified time
    Searched refs:m_textPathSpacing (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 101 float m_textPathSpacing;
SVGTextLayoutEngine.cpp 51 , m_textPathSpacing(0)
223 m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters;
235 m_textPathSpacing = 0;
556 m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling;

Completed in 1300 milliseconds