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

/inkscape/src/
H A Dobject-snapper.cpp294 if (_allowSourceToSnapToTarget(p.getSourceType(), (*k).getTargetType(), strict_snapping)) {
514 if (_allowSourceToSnapToTarget(p.getSourceType(), (*it_p).target_type, strict_snapping)) {
645 if (k->path_vector && _allowSourceToSnapToTarget(p.getSourceType(), (*k).target_type, strict_snapping)) {
802 bool Inkscape::ObjectSnapper::_allowSourceToSnapToTarget(SnapSourceType source, SnapTargetType target, bool strict_snapping) const function in class:Inkscape::ObjectSnapper

Completed in 18 milliseconds