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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 99 Path m_textPath;
SVGTextLayoutEngine.cpp 172 m_textPath = textPath->layoutPath();
173 if (m_textPath.isEmpty())
176 m_textPathLength = m_textPath.length();
225 m_textPath = Path();
424 if (m_inPathLayout && m_textPath.isEmpty())
556 FloatPoint point = m_textPath.pointAtLength(textPathOffset, ok);
561 angle = m_textPath.normalAngleAtLength(textPathOffset, ok);

Completed in 22 milliseconds