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

/inkscape/src/
H A Dsplivarot.h63 Path *Path_for_item(SPItem *item, bool doTransformation, bool transformFull = true);
64 Path *Path_for_item_before_LPE(SPItem *item, bool doTransformation, bool transformFull = true);
65 Geom::PathVector* pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull, Geom::Affine extraPreAffine, Geom::Affine extraPostAffine);
H A Dsplivarot.cpp2283 Path_for_item(SPItem *item, bool doTransformation, bool transformFull) argument
2290 Geom::PathVector *pathv = pathvector_for_curve(item, curve, doTransformation, transformFull, Geom::identity(), Geom::identity());
2316 Path_for_item_before_LPE(SPItem *item, bool doTransformation, bool transformFull) argument
2323 Geom::PathVector *pathv = pathvector_for_curve(item, curve, doTransformation, transformFull, Geom::identity(), Geom::identity());
2338 pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull, Geom::Affine extraPreAffine, Geom::Affine extraPostAffine) argument
2347 if (transformFull) {

Completed in 25 milliseconds