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

/inkscape/src/ui/tools/
H A Dspray-tool.cpp548 double bbox_left_main = bbox_procesed->left(); local
558 Geom::Rect rect_sprayed(desktop->d2w(Geom::Point(bbox_left_main,bbox_top_main)), desktop->d2w(Geom::Point(bbox_right_main,bbox_bottom_main)));
622 if(!(offset_width < 0 && offset_height < 0 && std::abs(bbox_left - bbox_left_main) > std::abs(offset_width) &&

Completed in 33 milliseconds