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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 49 , m_inPathLayout(false)
60 if (m_inPathLayout)
98 if (m_inPathLayout) {
169 m_inPathLayout = true;
224 m_inPathLayout = false;
250 if (m_inPathLayout) {
424 if (m_inPathLayout && m_textPath.isEmpty())
512 if (m_inPathLayout) {
582 bool shouldStartNewFragment = m_dx || m_dy || m_isVerticalText || m_inPathLayout || angle || angle != lastAngle
612 m_currentTextFragment.isTextOnPath = m_inPathLayout && m_textPathScaling != 1
    [all...]
SVGTextLayoutEngine.h 96 bool m_inPathLayout;

Completed in 26 milliseconds