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

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.h101 Path m_textPath; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp173 m_textPath = textPath->layoutPath();
174 if (m_textPath.isEmpty())
177 m_textPathLength = m_textPath.length();
226 m_textPath = Path();
428 if (m_inPathLayout && m_textPath.isEmpty())
561 FloatPoint point = m_textPath.pointAtLength(textPathOffset, ok);
566 angle = m_textPath.normalAngleAtLength(textPathOffset, ok);

Completed in 126 milliseconds