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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 101 float m_textPathLength;
SVGTextLayoutEngine.cpp 50 , 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 32 milliseconds