Searched defs:pairs (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.cpp52 /** Find pairs of selected endnodes suitable for joining. */
53 void find_join_iterators(ControlPointSelection &sel, IterPairList &pairs) argument
67 // Below we find the closest pairs. The algorithm is O(N^3).
68 // We can go down to O(N^2 log N) by using O(N^2) memory, by putting all pairs
82 pairs.push_back(closest_pair);
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp434 std::vector<std::pair<Glib::ustring, Glib::ustring> > pairs = ColorProfile::getProfileFilesWithNames(); local
435 for ( std::vector<std::pair<Glib::ustring, Glib::ustring> >::const_iterator it = pairs.begin(); it != pairs.end(); ++it ) {
492 std::vector<std::pair<Glib::ustring, Glib::ustring> > pairs = ColorProfile::getProfileFilesWithNames(); local
493 Glib::ustring file = pairs[row].first;
494 Glib::ustring name = pairs[row].second;

Completed in 20 milliseconds