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

/inkscape/src/2geom/
H A Dpath-intersection.h55 std::vector<Rect> bounds_a = bounds(a), bounds_b = bounds(b); local
56 std::vector<std::vector<unsigned> > ixs = sweep_bounds(bounds_a, bounds_b);
H A Dpath-intersection.cpp473 std::vector<std::vector<Rect> > bounds_a = split_bounds(a, splits_a), bounds_b = split_bounds(b, splits_b); local
477 for(unsigned i = 0; i < bounds_b.size(); i++) bounds_b_union.push_back(union_list(bounds_b[i]));
488 std::vector<std::vector<unsigned> > cull2 = sweep_bounds(bounds_a[i], bounds_b[j]);

Completed in 18 milliseconds