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

/inkscape/src/2geom/
H A Dpath-intersection.cpp475 std::vector<Rect> bounds_a_union, bounds_b_union; local
477 for(unsigned i = 0; i < bounds_b.size(); i++) bounds_b_union.push_back(union_list(bounds_b[i]));
479 std::vector<std::vector<unsigned> > cull = sweep_bounds(bounds_a_union, bounds_b_union);

Completed in 15 milliseconds