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

/inkscape/src/
H A Dsnapped-line.cpp71 bool const c1 = this->getAlwaysSnap() && !line.getAlwaysSnap(); //do not use _tolerance directly!
83 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());
153 bool const c1 = this->getAlwaysSnap() && !line.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-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-point.cpp206 bool c2 = other_one.getAlwaysSnap() && !getAlwaysSnap();
208 bool c2n = !other_one.getAlwaysSnap() && getAlwaysSnap();
H A Dsnapped-point.h39 bool getAlwaysSnap() const {return _always_snap;} function in class:Inkscape::SnappedPoint
H A Dpure-transform.cpp44 g_assert(best_snapped_point.getAlwaysSnap() == false); // Check initialization of snapped point

Completed in 19 milliseconds