Searched refs:all_np (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dnearest-time.cpp266 std::vector< std::vector<double> > all_np; local
267 all_np.push_back( all_nearest_times(p, c[si], c.segT(from, si)) );
271 double mindistsq = distanceSq( p, c[si](all_np.front().front()) );
282 all_np.clear();
283 all_np.push_back(all_t);
290 all_np.push_back(all_t);
305 all_np.push_back(all_t);
310 for (unsigned i = 0; i < all_np.size(); ++i) {
311 for (unsigned int j = 0; j < all_np[i].size(); ++j) {
312 all_nearest.push_back( c.mapToDomain(all_np[
[all...]
H A Dpath.cpp656 std::vector<std::vector<double> > all_np;
657 all_np.push_back(_path[si].allNearestTimes(_point, st));
661 double mindistsq = distanceSq(_point, _path[si].pointAt(all_np.front().front()));
671 all_np.clear();
672 all_np.push_back(all_t);
677 all_np.push_back(all_t);
692 all_np.push_back(all_t);
697 for (unsigned int i = 0; i < all_np.size(); ++i) {
698 for (unsigned int j = 0; j < all_np[i].size(); ++j) {
699 all_nearest.push_back(ni[i] + all_np[
[all...]

Completed in 15 milliseconds