Lines Matching defs:lpeitem
506 collectPathsAndWidths (SPLPEItem const *lpeitem, Geom::PathVector &paths, std::vector<double> &stroke_widths){
507 if (SP_IS_GROUP(lpeitem)) {
508 std::vector<SPItem*> item_list = sp_item_group_item_list(SP_GROUP(lpeitem));
516 else if (SP_IS_SHAPE(lpeitem)) {
518 if (SP_IS_PATH(lpeitem)) {
519 c = SP_PATH(lpeitem)->get_curve_for_edit();
521 c = SP_SHAPE(lpeitem)->getCurve();
528 stroke_widths.push_back(lpeitem->style->stroke_width.computed);
536 LPEKnot::doBeforeEffect (SPLPEItem const* lpeitem)
539 original_bbox(lpeitem);
541 if (SP_IS_PATH(lpeitem)) {
542 supplied_path = SP_PATH(lpeitem)->getCurve()->get_pathvector();
548 collectPathsAndWidths(lpeitem, gpaths, gstroke_widths);
601 LPEKnot::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec)