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

/inkscape/src/
H A Dsplivarot.h57 Geom::PathVector* item_outline(SPItem const *item, bool bbox_only = false);
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 20 milliseconds