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

/inkscape/src/
H A Dsplivarot.cpp926 Geom::PathVector* item_outline(SPItem const *item, bool bbox_only) argument
1017 if (!bbox_only) {
1031 if (!bbox_only) {
1059 ret_pathv = bbox_only ? res->MakePathVector() : orig->MakePathVector();
1061 if (SP_IS_SHAPE(item) && SP_SHAPE(item)->hasMarkers() && !bbox_only) {

Completed in 108 milliseconds