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

/inkscape/src/
H A Dfile.cpp1131 Geom::OptRect sel_bbox = selection->visualBounds(); local
1132 if (sel_bbox) {
1142 Geom::Point offset = pos_original - sel_bbox->corner(3);
1150 Geom::Point mouse_offset = desktop->point() - sel_bbox->midpoint();
1151 offset = m.multipleOfGridPitch(mouse_offset - offset, sel_bbox->midpoint() + offset) + offset;
1265 Geom::OptRect sel_bbox = selection->visualBounds(); local
1266 if (sel_bbox) {
1267 Geom::Point m( desktop->point() - sel_bbox->midpoint() );
H A Dselection-chemistry.cpp2254 Geom::OptRect sel_bbox = selection->visualBounds();
2256 if (!sel_bbox) {
2260 Geom::Point const center(sel_bbox->midpoint());
/inkscape/src/ui/dialog/
H A Dgrid-arrange-tab.cpp264 Geom::OptRect sel_bbox = selection->visualBounds(); local
266 if ( sel_bbox && !SpaceManualRadioButton.get_active() ){
270 paddingx = (sel_bbox->width() - total_col_width) / (NoOfCols -1);
271 paddingy = (sel_bbox->height() - total_row_height) / (NoOfRows -1);
H A Dalign-and-distribute.cpp698 Geom::OptRect sel_bbox = !prefs_bbox ? selection->visualBounds() : selection->geometricBounds(); local
699 if (!sel_bbox) {
707 _dialog.randomize_bbox = *sel_bbox;
/inkscape/src/ui/
H A Dinterface.cpp1250 Geom::OptRect sel_bbox = selection->visualBounds(); local
1251 if (sel_bbox) {
1252 Geom::Point m( desktop->point() - sel_bbox->midpoint() );
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp1252 Geom::OptRect sel_bbox = sel->visualBounds(); local
1253 if (sel_bbox) {

Completed in 1451 milliseconds