Searched refs:getTolerance (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsnapped-curve.cpp106 return SnappedPoint(best_p, Inkscape::SNAPSOURCE_UNDEFINED, primaryC->getSourceNum(), Inkscape::SNAPTARGET_PATH_INTERSECTION, primaryDist, primaryC->getTolerance(), primaryC->getAlwaysSnap(), true, false, true,
107 secondaryDist, secondaryC->getTolerance(), secondaryC->getAlwaysSnap());
152 Geom::L2(best_p - this->getPoint()), this->getTolerance(), this->getAlwaysSnap(), true, false, true,
153 Geom::L2(best_p - line.getPoint()), line.getTolerance(), line.getAlwaysSnap());
156 Geom::L2(best_p - line.getPoint()), line.getTolerance(), line.getAlwaysSnap(), true, false, true,
157 Geom::L2(best_p - this->getPoint()), this->getTolerance(), this->getAlwaysSnap());
H A Dsnapped-line.cpp83 return SnappedPoint(inters_pt, SNAPSOURCE_UNDEFINED, primarySLS->getSourceNum(), SNAPTARGET_PATH_INTERSECTION, primaryDist, primarySLS->getTolerance(), primarySLS->getAlwaysSnap(), true, false, true,
84 secondaryDist, secondarySLS->getTolerance(), secondarySLS->getAlwaysSnap());
164 return SnappedPoint(inters_pt, Inkscape::SNAPSOURCE_UNDEFINED, primarySL->getSourceNum(), Inkscape::SNAPTARGET_UNDEFINED, primaryDist, primarySL->getTolerance(), primarySL->getAlwaysSnap(), true, false, true,
165 secondaryDist, secondarySL->getTolerance(), secondarySL->getAlwaysSnap());
H A Dsnapped-point.h38 Geom::Coord getTolerance() const {return _tolerance;} function in class:Inkscape::SnappedPoint
H A Dsnapped-point.cpp186 double const norm_t_other = std::min(50.0, other_one.getTolerance());
187 double const norm_t_this = std::min(50.0, getTolerance());
H A Dsnap.cpp631 if ((*i).getSnapDistance() <= (*i).getTolerance()) { // Only snap to points within snapping range

Completed in 1786 milliseconds