Searched defs:exclude_paths (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsnapped-curve.cpp167 bool getClosestCurve(std::list<Inkscape::SnappedCurve> const &list, Inkscape::SnappedCurve &result, bool exclude_paths) argument
172 if (exclude_paths && ((*i).getTarget() == Inkscape::SNAPTARGET_PATH)) {
H A Dsnap.cpp531 bool exclude_paths = !snapprefs.isTargetSnappable(Inkscape::SNAPTARGET_PATH); local
532 if (getClosestCurve(isr.curves, closestCurve, exclude_paths)) {

Completed in 15 milliseconds