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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.h 64 bool m_closePath;
SVGPathParser.cpp 45 m_closePath = true;
61 m_consumer->moveTo(m_currentPoint, m_closePath, AbsoluteCoordinates);
63 m_consumer->moveTo(targetPoint, m_closePath, m_mode);
64 m_closePath = false;
294 m_closePath = true;

Completed in 384 milliseconds