Searched refs:LoadPathVector (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/
H A Dsp-use-reference.cpp228 originalPath->LoadPathVector(curve->get_pathvector(), item->transform, true);
H A Dsp-offset.cpp250 reinterpret_cast<Path *>(this->originalPath)->LoadPathVector(pv);
972 finalPath->LoadPathVector(curve->get_pathvector());
1141 orig->LoadPathVector(curve->get_pathvector());
H A Dsp-flowregion.cpp383 temp->LoadPathVector(curve->get_pathvector(), tr_mat, true);
H A Dsplivarot.cpp999 orig->LoadPathVector(pathv);
1267 orig->LoadPathVector(pathv);
2278 dest->LoadPathVector(epathv);
2302 dest->LoadPathVector(*pathv);
2327 dest->LoadPathVector(*pathv);
H A Dsp-text.cpp504 temp->LoadPathVector( curve->get_pathvector(), shape->transform, true );
/inkscape/src/livarot/
H A DPath.h185 void LoadPathVector(Geom::PathVector const &pv, Geom::Affine const &tr, bool doTransformation);
186 void LoadPathVector(Geom::PathVector const &pv);
H A DPathCutting.cpp446 void Path::LoadPathVector(Geom::PathVector const &pv) function in class:Path
448 LoadPathVector(pv, Geom::Affine(), false);
451 void Path::LoadPathVector(Geom::PathVector const &pv, Geom::Affine const &tr, bool doTransformation) function in class:Path
/inkscape/src/ui/tools/
H A Dpencil-tool.cpp759 path.LoadPathVector(Geom::path_from_piecewise(this->sketch_interpolation, 0.01));
H A Dflood-tool.cpp384 path->LoadPathVector(pathv);

Completed in 44 milliseconds