Searched defs:hp_vec (Results 1 - 13 of 13) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-bendpath.cpp169 LPEBendPath::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument
171 hp_vec.push_back(bp_helper_path);
H A Dlpe-lattice2.cpp546 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 Dlpe-simplify.cpp300 LPESimplify::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument
302 hp_vec.push_back(hp);
H A Dlpe-transform_2pts.cpp418 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 Dlpe-bspline.cpp79 LPEBSpline::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument
81 hp_vec.push_back(hp);
H A Dlpe-copy_rotate.cpp404 LPECopyRotate::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument
407 hp_vec.clear();
414 hp_vec.push_back(pathv);
H A Dlpe-mirror_symmetry.cpp312 LPEMirrorSymmetry::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument
315 hp_vec.clear();
323 hp_vec.push_back(helper);
H A Dlpe-patternalongpath.cpp275 LPEPatternAlongPath::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument
277 hp_vec.push_back(pap_helper_path);
H A Dlpe-perspective-envelope.cpp411 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 Deffect.cpp641 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 Dlpe-knot.cpp601 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 Dpath.cpp240 PathParam::addCanvasIndicators(SPLPEItem const*/*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) argument
242 hp_vec.push_back(_pathvector);
H A Dfilletchamferpointarray.cpp405 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