Lines Matching refs:pv
1437 Geom::PathVector pv = _spcurve->get_pathvector();
1438 pv *= (_edit_transform * _i2d_transform);
1447 for (Geom::PathVector::iterator i = pv.begin(); i != pv.end(); ++i) {
1462 pv.insert(pv.end(), arrows.begin(), arrows.end());
1464 _hc->set_pathvector(pv);
1672 Geom::PathVector pv = _spcurve->get_pathvector();
1675 pv.nearestTime(_desktop->w2d(evp) * to_desktop.inverse());
1677 Geom::Point nearest_pt = _desktop->d2w(pv.pointAt(*pvp) * to_desktop);