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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 97 Path m_textPath;
SVGTextLayoutEngine.cpp 181 m_textPath = textPath->layoutPath();
183 m_textPathLength = m_textPath.length();
231 m_textPath = Path();
570 FloatPoint point = m_textPath.pointAtLength(textPathOffset, ok);
575 angle = m_textPath.normalAngleAtLength(textPathOffset, ok);

Completed in 189 milliseconds