Searched refs:LoadPathVector (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ |
H A D | sp-use-reference.cpp | 228 originalPath->LoadPathVector(curve->get_pathvector(), item->transform, true);
|
H A D | sp-offset.cpp | 250 reinterpret_cast<Path *>(this->originalPath)->LoadPathVector(pv); 972 finalPath->LoadPathVector(curve->get_pathvector()); 1141 orig->LoadPathVector(curve->get_pathvector());
|
H A D | sp-flowregion.cpp | 383 temp->LoadPathVector(curve->get_pathvector(), tr_mat, true);
|
H A D | splivarot.cpp | 999 orig->LoadPathVector(pathv); 1267 orig->LoadPathVector(pathv); 2278 dest->LoadPathVector(epathv); 2302 dest->LoadPathVector(*pathv); 2327 dest->LoadPathVector(*pathv);
|
H A D | sp-text.cpp | 504 temp->LoadPathVector( curve->get_pathvector(), shape->transform, true );
|
/inkscape/src/livarot/ |
H A D | Path.h | 185 void LoadPathVector(Geom::PathVector const &pv, Geom::Affine const &tr, bool doTransformation); 186 void LoadPathVector(Geom::PathVector const &pv);
|
H A D | PathCutting.cpp | 446 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 D | pencil-tool.cpp | 759 path.LoadPathVector(Geom::path_from_piecewise(this->sketch_interpolation, 0.01));
|
H A D | flood-tool.cpp | 384 path->LoadPathVector(pathv);
|
Completed in 44 milliseconds