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

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.cpp50 , m_inPathLayout(false)
61 if (m_inPathLayout)
99 if (m_inPathLayout) {
170 m_inPathLayout = true;
225 m_inPathLayout = false;
251 if (m_inPathLayout) {
428 if (m_inPathLayout && m_textPath.isEmpty())
517 if (m_inPathLayout) {
587 bool shouldStartNewFragment = m_dx || m_dy || m_isVerticalText || m_inPathLayout || angle || angle != lastAngle
617 m_currentTextFragment.isTextOnPath = m_inPathLayout
[all...]
H A DSVGTextLayoutEngine.h98 bool m_inPathLayout; member in class:WebCore::SVGTextLayoutEngine

Completed in 126 milliseconds