Searched refs:SweepEdgeList (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libavoid/
H A Dvisibility.cpp342 typedef std::list<EdgePair> SweepEdgeList; typedef in namespace:Avoid
376 static bool sweepVisible(SweepEdgeList& T, const PointPair& point,
388 SweepEdgeList::const_iterator closestIt = T.begin();
389 SweepEdgeList::const_iterator end = T.end();
544 SweepEdgeList e;
591 for (SweepEdgeList::iterator c = e.begin(); c != e.end(); ++c)
626 for (SweepEdgeList::iterator c = e.begin(); c != e.end(); ++c)

Completed in 1306 milliseconds