Searched refs:upper_box (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | partition.hpp | 34 inline void divide_box(Box const& box, Box& lower_box, Box& upper_box) in divide_box() argument 44 upper_box = box; in divide_box() 46 geometry::set<min_corner, Dimension>(upper_box, mid); in divide_box() 54 Box const& upper_box, in divide_into_subsets() argument 69 bool const upper_overlapping = overlaps_policy.apply(upper_box, **it); in divide_into_subsets() 314 Box lower_box, upper_box; in apply() local 315 divide_box<Dimension>(box, lower_box, upper_box); in apply() 318 divide_into_subsets(lower_box, upper_box, in apply() 345 && next_level(upper_box, upper, level, min_elements, in apply() 438 Box lower_box, upper_box; in apply() local [all …]
|