Searched refs:guide_to_ignore (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | snap.h | 117 SPGuide *guide_to_ignore = NULL); 132 * @param guide_to_ignore Guide that is currently being dragged and should not be snapped to. 138 SPGuide *guide_to_ignore = NULL); 143 SPGuide *guide_to_ignore = NULL);
|
H A D | guide-snapper.cpp | 46 SPGuide const *guide_to_ignore = _snapmanager->getGuideToIgnore(); local 49 if ((*it) != guide_to_ignore) {
|
H A D | snap.cpp | 659 SPGuide *guide_to_ignore) 670 _guide_to_ignore = guide_to_ignore; 678 SPGuide *guide_to_ignore) 688 _guide_to_ignore = guide_to_ignore; 696 SPGuide *guide_to_ignore) 706 _guide_to_ignore = guide_to_ignore; 655 setup(SPDesktop const *desktop, bool snapindicator, SPItem const *item_to_ignore, std::vector<Inkscape::SnapCandidatePoint> *unselected_nodes, SPGuide *guide_to_ignore) argument 674 setup(SPDesktop const *desktop, bool snapindicator, std::vector<SPItem const *> &items_to_ignore, std::vector<Inkscape::SnapCandidatePoint> *unselected_nodes, SPGuide *guide_to_ignore) argument 693 setupIgnoreSelection(SPDesktop const *desktop, bool snapindicator, std::vector<Inkscape::SnapCandidatePoint> *unselected_nodes, SPGuide *guide_to_ignore) argument
|
Completed in 556 milliseconds