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

/inkscape/src/
H A Dsnap.cpp779 bool p_is_a_bbox = t & Inkscape::SNAPSOURCE_BBOX_CATEGORY; local
783 if (snapprefs.getSnapEnabledGlobally() && (p_is_other || (p_is_a_node && snapprefs.isTargetSnappable(Inkscape::SNAPTARGET_NODE_CATEGORY)) || (p_is_a_bbox && snapprefs.isTargetSnappable(Inkscape::SNAPTARGET_BBOX_CATEGORY)))) {
H A Dobject-snapper.cpp178 bool p_is_a_bbox = t & SNAPSOURCE_BBOX_CATEGORY; local
182 if (((p_is_a_node && p_is_a_bbox) || (p_is_a_bbox && p_is_other) || (p_is_a_node && p_is_other))) {
209 if (p_is_a_node || p_is_other || (p_is_a_bbox && !_snapmanager->snapprefs.getStrictSnapping())) {
259 if (p_is_a_bbox || (!_snapmanager->snapprefs.getStrictSnapping() && p_is_a_node) || p_is_other) {
365 bool p_is_a_bbox = source_type & SNAPSOURCE_BBOX_CATEGORY; local
403 if (p_is_other || p_is_a_node || (!_snapmanager->snapprefs.getStrictSnapping() && p_is_a_bbox)) {
450 if (p_is_other || p_is_a_bbox || (!_snapmanager->snapprefs.getStrictSnapping() && p_is_a_node)) {

Completed in 20 milliseconds