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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextFragment.h 34 , isTextOnPath(false)
55 if (isTextOnPath)
65 bool isTextOnPath : 1;
SVGTextLayoutEngine.cpp 637 m_currentTextFragment.isTextOnPath = m_inPathLayout && m_textPathScaling != 1;
638 if (m_currentTextFragment.isTextOnPath) {

Completed in 193 milliseconds