Searched refs:transformFull (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | splivarot.h | 63 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 D | splivarot.cpp | 2283 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 149 milliseconds