Searched refs:hasPoint (Results 1 - 3 of 3) 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 |
H A D | line-snapper.cpp | 109 Geom::Point const point_on_line = c.hasPoint() ? c.getPoint() : pp; |
/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 16 milliseconds