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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 98 float m_textPathLength;
SVGTextLayoutEngine.cpp 49 , m_textPathLength(0)
183 m_textPathLength = m_textPath.length();
185 m_textPathStartOffset *= m_textPathLength;
232 m_textPathLength = 0;
566 if (textPathOffset > m_textPathLength)

Completed in 28 milliseconds