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

/inkscape/src/2geom/
H A Dtoposweep.cpp428 std::vector<double> this_splits; local
442 this_splits.push_back(xs[j].ta);
447 if(!this_splits.empty())
448 merge(chops, split_section(context[context_ix].section, ps, this_splits, d), heap_sort);

Completed in 16 milliseconds