Searched refs:pvp (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tool/
H A Dnode.h409 iterator before(Geom::PathTime const &pvp);
413 const_iterator before(Geom::PathTime const &pvp) const {
414 return const_iterator(before(pvp)._node);
H A Dpath-manipulator.cpp1674 boost::optional<Geom::PathVectorTime> pvp = local
1676 if (!pvp) return dist;
1677 Geom::Point nearest_pt = _desktop->d2w(pv.pointAt(*pvp) * to_desktop);
1679 double fracpart = pvp->t;
1681 for (unsigned i = 0; i < pvp->path_index; ++i, ++spi) {}
1682 NodeList::iterator first = (*spi)->before(pvp->asPathTime());
H A Dnode.cpp1548 NodeList::iterator NodeList::before(Geom::PathTime const &pvp) argument
1551 std::advance(ret, pvp.curve_index);

Completed in 26 milliseconds