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

  /external/webkit/Source/WebCore/svg/
SVGPathParser.h 64 bool m_closePath;
SVGPathParser.cpp 46 m_closePath = true;
62 m_consumer->moveTo(m_currentPoint, m_closePath, AbsoluteCoordinates);
64 m_consumer->moveTo(targetPoint, m_closePath, m_mode);
65 m_closePath = false;
286 m_closePath = true;

Completed in 15 milliseconds