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

/inkscape/src/livarot/
H A DPathCutting.cpp421 void Path::LoadPath(Geom::Path const &path, Geom::Affine const &tr, bool doTransformation, bool append) argument
433 Geom::Path const pathtr = doTransformation ? path * tr : path;
451 void Path::LoadPathVector(Geom::PathVector const &pv, Geom::Affine const &tr, bool doTransformation) argument
459 if (doTransformation) {
462 LoadPath(*it, tr, doTransformation, true);
466 LoadPath(*it, tr, doTransformation, true);
/inkscape/src/
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
2346 if (doTransformation) {

Completed in 88 milliseconds