Searched defs:hasPoint (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ | ||
H A D | snapper.h | 87 bool hasPoint() const {return _type != DIRECTION && _type != UNDEFINED;} function in class:Inkscape::Snapper::SnapConstraint |
/inkscape/src/trace/potrace/ | ||
H A D | inkscape-potrace.cpp | 117 static bool hasPoint(std::vector<Point> &points, double x, double y) function in namespace:Inkscape::Trace::Potrace 154 if (hasPoint(points, x2, y2)) |
Completed in 22 milliseconds