Searched refs:chops (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ |
H A D | toposweep.cpp | 355 std::vector<boost::shared_ptr<Section> > input_sections = mono_sections(ps, d), chops; local 365 for(MergeIterator<Area, Area, DerefAdapter<SweepSorter> > iter(input_sections, chops, sweep_sort); ; ++iter) { 445 merge(chops, split_section(sec, ps, other_splits, d), heap_sort); 448 merge(chops, split_section(context[context_ix].section, ps, this_splits, d), heap_sort); 450 std::sort(chops.begin(), chops.end(), heap_sort);
|
Completed in 16 milliseconds