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

/inkscape/src/
H A Dsnapper.h87 bool hasPoint() const {return _type != DIRECTION && _type != UNDEFINED;} function in class:Inkscape::Snapper::SnapConstraint
H A Dline-snapper.cpp109 Geom::Point const point_on_line = c.hasPoint() ? c.getPoint() : pp;
/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp117 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 21 milliseconds