Searched refs:to_paths_only (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | snap.h | 385 Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, IntermSnapResults const &isr, bool constrained, bool allowOffScreen = false, bool to_paths_only = false) const;
|
H A D | snap.cpp | 125 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