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

/inkscape/src/ui/dialog/
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 14 milliseconds