Searched refs:to_paths_only (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsnap.h385 Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, IntermSnapResults const &isr, bool constrained, bool allowOffScreen = false, bool to_paths_only = false) const;
H A Dsnap.cpp125 bool to_paths_only) const
138 return findBestSnap(p, isr, false, false, to_paths_only);
141 void SnapManager::preSnap(Inkscape::SnapCandidatePoint const &p, bool to_paths_only) argument
147 Inkscape::SnappedPoint s = freeSnap(p, Geom::OptRect(), to_paths_only);

Completed in 58 milliseconds