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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextFragment.h 33 , isTextOnPath(false)
54 if (isTextOnPath)
64 bool isTextOnPath : 1;
SVGTextLayoutEngine.cpp 612 m_currentTextFragment.isTextOnPath = m_inPathLayout && m_textPathScaling != 1;
613 if (m_currentTextFragment.isTextOnPath) {

Completed in 488 milliseconds