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

/inkscape/src/libavoid/
H A Dconnector.h342 class PointRep;
343 typedef std::set<PointRep *> PointRepSet;
344 typedef std::list<PointRep *> PointRepList;
346 class PointRep class in namespace:Avoid
349 PointRep(Point *p, const ConnRef *c) function in class:Avoid::PointRep
355 bool follow_inner(PointRep *target);
H A Dconnector.cpp934 // Free the PointRep lists.
940 PointRep *doomed = *curr;
947 bool PointRep::follow_inner(PointRep *target)
995 PointRep *innerPtr = NULL;
996 PointRep *outerPtr = NULL;
1012 innerPtr = new PointRep(inner.first, inner.second);
1018 outerPtr = new PointRep(outer.first, outer.second);
1039 static bool pointRepLessThan(PointRep *r1, PointRep *r
[all...]

Completed in 33 milliseconds