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

/inkscape/src/ui/tools/
H A Dflood-tool.cpp932 std::deque<Geom::Point>::iterator start_sort = fill_queue.begin(); local
941 if (start_sort != end_sort) {
942 std::sort(start_sort, end_sort, sort_fill_queue_horizontal);
945 start_sort = i;
949 if (start_sort != end_sort) {
950 std::sort(start_sort, end_sort, sort_fill_queue_horizontal);

Completed in 16 milliseconds