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

/inkscape/src/widgets/
H A Dselect-toolbar.cpp70 SPItem::BBoxType bbox_type = (prefs_bbox ==0)? local
72 Geom::OptRect const bbox(sel->bounds(bbox_type));
166 SPItem::BBoxType bbox_type = (prefs_bbox == 0)? local
168 Geom::OptRect bbox_user = selection->bounds(bbox_type);
250 if (bbox_type == SPItem::VISUAL_BBOX) {
/inkscape/src/
H A Dobject-snapper.cpp133 SPItem::BBoxType bbox_type = (!prefs_bbox && _snapmanager->snapprefs.isTargetSnappable(SNAPTARGET_BBOX_CATEGORY)) ? local
138 bbox_of_item = item->bounds(bbox_type, item->i2doc_affine() * additional_affine * dt->doc2dt());
140 bbox_of_item = item->desktopBounds(bbox_type);
175 SPItem::BBoxType bbox_type = SPItem::GEOMETRIC_BBOX; local
189 bbox_type = !prefs_bbox ?
263 Geom::OptRect b = root_item->desktopBounds(bbox_type);
362 SPItem::BBoxType bbox_type = SPItem::GEOMETRIC_BBOX; local
371 bbox_type = !prefs_bbox ?
454 Geom::OptRect rect = root_item->bounds(bbox_type, i2doc);
457 rect = root_item->desktopBounds(bbox_type);
[all...]
/inkscape/src/ui/dialog/
H A Dclonetiler.cpp2384 SPItem::BBoxType bbox_type = ( !prefs_bbox ? local
2386 Geom::OptRect r = item->documentBounds(bbox_type);

Completed in 2628 milliseconds