Searched refs:all_nearest_times (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/2geom/ |
H A D | nearest-time.h | 89 all_nearest_times(Point const& p, 95 all_nearest_times(Point const &p, function in namespace:Geom 99 return all_nearest_times(p, c, Geom::derivative(c), from, to); 118 all_nearest_times(Point const &p, 124 all_nearest_times( Point const& p, Piecewise< D2<SBasis> > const& c ) function in namespace:Geom 126 return all_nearest_times(p, c, c.cuts[0], c.cuts[c.size()]);
|
H A D | nearest-time.cpp | 142 all_nearest_times(Point const &p, function in namespace:Geom 242 all_nearest_times(Point const &p, function in namespace:Geom 258 all_nearest_times(p, c[si], c.segT(from, si), c.segT(to, si)); 267 all_np.push_back( all_nearest_times(p, c[si], c.segT(from, si)) ); 278 all_t = all_nearest_times(p, c[i]); 297 all_t = all_nearest_times(p, c[ei], 0, c.segT(to, ei));
|
H A D | curve.cpp | 54 return all_nearest_times(p, toSBasis(), from, to);
|
H A D | sbasis-curve.h | 116 return all_nearest_times(p, inner, from, to);
|
Completed in 17 milliseconds