Searched refs:SNAPSOURCE_BBOX_CATEGORY (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dsnap-enums.h22 SNAPSOURCE_BBOX_CATEGORY = 16, // will be used as a flag and must therefore be a power of two. Also, enumerator in enum:Inkscape::SnapSourceType
H A Dpure-transform.cpp298 g_assert(!(p.getSourceType() & Inkscape::SNAPSOURCE_BBOX_CATEGORY));
329 g_assert(!(p.getSourceType() & Inkscape::SNAPSOURCE_BBOX_CATEGORY));
H A Dsnap-preferences.cpp253 case SNAPSOURCE_BBOX_CATEGORY:
H A Dobject-snapper.cpp178 bool p_is_a_bbox = t & SNAPSOURCE_BBOX_CATEGORY;
365 bool p_is_a_bbox = source_type & SNAPSOURCE_BBOX_CATEGORY;
807 if (((source & SNAPSOURCE_BBOX_CATEGORY) && (target & SNAPTARGET_NODE_CATEGORY)) ||
H A Dseltrans.cpp1601 if (_all_snap_sources_sorted.front().getSourceType() & SNAPSOURCE_BBOX_CATEGORY) {
1630 if ((*_all_snap_sources_iter).getSourceType() & SNAPSOURCE_BBOX_CATEGORY) {
H A Dsnap.cpp779 bool p_is_a_bbox = t & Inkscape::SNAPSOURCE_BBOX_CATEGORY;

Completed in 124 milliseconds