Searched defs:hp_vec (Results 1 - 13 of 13) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-bendpath.cpp | 169 LPEBendPath::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 171 hp_vec.push_back(bp_helper_path);
|
H A D | lpe-lattice2.cpp | 546 LPELattice2::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 548 hp_vec.clear(); 600 hp_vec.push_back(c->get_pathvector());
|
H A D | lpe-simplify.cpp | 300 LPESimplify::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 302 hp_vec.push_back(hp);
|
H A D | lpe-transform_2pts.cpp | 418 LPETransform2Pts::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 421 hp_vec.clear(); 433 hp_vec.push_back(pathv_move); 441 hp_vec.push_back(pathv_turn); 443 hp_vec.push_back(pathv);
|
H A D | lpe-bspline.cpp | 79 LPEBSpline::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 81 hp_vec.push_back(hp);
|
H A D | lpe-copy_rotate.cpp | 404 LPECopyRotate::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 407 hp_vec.clear(); 414 hp_vec.push_back(pathv);
|
H A D | lpe-mirror_symmetry.cpp | 312 LPEMirrorSymmetry::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 315 hp_vec.clear(); 323 hp_vec.push_back(helper);
|
H A D | lpe-patternalongpath.cpp | 275 LPEPatternAlongPath::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 277 hp_vec.push_back(pap_helper_path);
|
H A D | lpe-perspective-envelope.cpp | 411 LPEPerspectiveEnvelope::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 413 hp_vec.clear(); 422 hp_vec.push_back(c->get_pathvector());
|
H A D | effect.cpp | 641 std::vector<Geom::PathVector> hp_vec; local 644 addCanvasIndicators(lpeitem, hp_vec); 648 (*p)->addCanvasIndicators(lpeitem, hp_vec); 651 return hp_vec; 655 * Add possible canvas indicators (i.e., helperpaths other than the original path) to \a hp_vec 659 Effect::addCanvasIndicators(SPLPEItem const*/*lpeitem*/, std::vector<Geom::PathVector> &/*hp_vec*/)
|
H A D | lpe-knot.cpp | 601 LPEKnot::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 619 hp_vec.push_back(pathv);
|
/inkscape/src/live_effects/parameter/ |
H A D | path.cpp | 240 PathParam::addCanvasIndicators(SPLPEItem const*/*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument 242 hp_vec.push_back(_pathvector);
|
H A D | filletchamferpointarray.cpp | 405 SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) 407 hp_vec.push_back(hp); 404 addCanvasIndicators( SPLPEItem const * , std::vector<Geom::PathVector> &hp_vec) argument
|
Completed in 358 milliseconds