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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp100 bool SortLabelPlacement(LabelPlacement const &first, LabelPlacement const &second) function in namespace:Inkscape::UI::Tools::__anon129
113 std::sort(placements.begin(), placements.end(), SortLabelPlacement);
148 std::sort(placements.begin(), placements.begin() + i + 1, SortLabelPlacement);

Completed in 18 milliseconds