Lines Matching refs:pv
100 Geom::PathVector const & pv = this->_curve->get_pathvector();
102 for(Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
155 Geom::PathVector pv = sp_svg_read_pathv(s);
156 SPCurve *curve = new SPCurve(pv);
193 Geom::PathVector pv = sp_svg_read_pathv(value);
194 SPCurve *curve = new SPCurve(pv);
209 Geom::PathVector pv = sp_svg_read_pathv(value);
210 SPCurve *curve = new SPCurve(pv);
357 Geom::PathVector pv = sp_svg_read_pathv(value);
358 SPCurve *oldcurve = new SPCurve(pv);