Searched refs:bbox_equal (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dexport.h74 bool bbox_equal(Geom::Rect const &one, Geom::Rect const &two);
H A Dexport.cpp1416 bool Export::bbox_equal(Geom::Rect const &one, Geom::Rect const &two) function in class:Inkscape::UI::Dialog::Export
1475 if ( bbox && bbox_equal(*bbox,current_bbox)) {
1485 if ( bbox && bbox_equal(*bbox,current_bbox) ) {
1501 if (bbox_equal(bbox,current_bbox)) {

Completed in 26 milliseconds