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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 94 bool m_inPathLayout;
SVGTextLayoutEngine.cpp 48 , m_inPathLayout(false)
59 if (m_inPathLayout)
106 if (m_inPathLayout) {
178 m_inPathLayout = true;
230 m_inPathLayout = false;
256 if (m_inPathLayout) {
526 if (m_inPathLayout) {
601 if (!shouldStartNewFragment && (m_isVerticalText || m_inPathLayout))
637 m_currentTextFragment.isTextOnPath = m_inPathLayout && m_textPathScaling != 1;
647 if (m_inPathLayout)
    [all...]

Completed in 407 milliseconds