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

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.h102 float m_textPathLength; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp51 , m_textPathLength(0)
177 m_textPathLength = m_textPath.length();
179 m_textPathStartOffset *= m_textPathLength;
227 m_textPathLength = 0;
557 if (textPathOffset > m_textPathLength)

Completed in 121 milliseconds