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

/inkscape/src/
H A Dunclump.cpp106 std::vector<double> dists; local
107 dists.push_back (dist_r);
109 // If both objects are not circle-like, find dists between four corners
157 dists.push_back (Geom::L2 (c1_points[i] - c2_points[j]));
161 // return the minimum of all dists
162 return *std::min_element(dists.begin(), dists.end());
/inkscape/src/util/
H A Dziptool.cpp495 static const int dists[30] = { // Offset base for distance codes 0..29 local
539 unsigned int dist = dists[symbol] + ret;

Completed in 15 milliseconds