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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngine.h100 float m_textPathLength; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp50 , m_textPathLength(0)
176 m_textPathLength = m_textPath.length();
178 m_textPathStartOffset *= m_textPathLength;
226 m_textPathLength = 0;
552 if (textPathOffset > m_textPathLength)

Completed in 100 milliseconds