Searched refs:exceeding_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 | 325 Box exceeding_box = get_new_box(exceeding, expand_policy); in apply() local 329 if (! (next_level(exceeding_box, exceeding, level, min_elements, in apply() 333 && next_level2(exceeding_box, exceeding, lower, level, min_elements, in apply() 335 && next_level2(exceeding_box, exceeding, upper, level, min_elements, in apply() 456 Box exceeding_box = get_new_box(exceeding1, exceeding2, in apply() local 458 if (! next_level(exceeding_box, exceeding1, exceeding2, level, in apply() 479 Box exceeding_box = get_new_box(exceeding1, expand_policy1); in apply() local 480 if (! (next_level(exceeding_box, exceeding1, lower2, level, in apply() 483 && next_level(exceeding_box, exceeding1, upper2, level, in apply() 505 Box exceeding_box = get_new_box(exceeding2, expand_policy2); in apply() local [all …]
|