Searched refs:EdgePair (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libavoid/ | ||
H A D | visibility.cpp | 245 class EdgePair class in namespace:Avoid 248 EdgePair() : function in class:Avoid::EdgePair 256 EdgePair(const PointPair& p1, VertInf *v) : function in class:Avoid::EdgePair 265 bool operator<(const EdgePair& rhs) const 274 bool operator==(const EdgePair& rhs) const 285 bool operator!=(const EdgePair& rhs) const 342 typedef std::list<EdgePair> SweepEdgeList; 564 EdgePair intPair = EdgePair(*t, kPrev); 580 EdgePair intPai [all...] |
/inkscape/src/libdepixelize/priv/ | ||
H A D | pixelgraph.h | 81 typedef std::pair<Edge, Edge> EdgePair; typedef in class:Tracer::PixelGraph 82 typedef std::vector<EdgePair> EdgePairContainer; 520 EdgePair diagonals( |
Completed in 1101 milliseconds