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

/inkscape/src/libavoid/
H A Dgeometry.h53 extern bool inPoly(const Polygon& poly, const Point& q, bool countBorder = true);
H A Dgeometry.cpp302 bool inPoly(const Polygon& poly, const Point& q, bool countBorder) argument
320 if (!countBorder && onBorder)
H A Drouter.cpp867 bool countBorder = false; local
869 inPoly(poly, e1, countBorder) : false;
871 inPoly(poly, e2, countBorder) : false;
975 bool countBorder = false; local
981 if (inPoly((*i)->polygon(), pt->point, countBorder))
1027 bool countBorder = false; local
1032 if (inPoly(poly, k->point, countBorder))

Completed in 112 milliseconds