Home
last modified time | relevance | path

Searched refs:mbrs (Results 1 – 2 of 2) 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/expand/
H A Dbox.hpp54 BoxOut mbrs[2]; in apply() local
55 detail::envelope::envelope_box_on_spheroid::apply(box_in, mbrs[0], strategy); in apply()
56 detail::envelope::envelope_box_on_spheroid::apply(box_out, mbrs[1], strategy); in apply()
59 detail::envelope::envelope_range_of_boxes::apply(mbrs, box_out, strategy); in apply()
H A Dsegment.hpp50 Box mbrs[2]; in apply() local
59 >::apply(p[0], p[1], mbrs[0], strategy); in apply()
62 detail::envelope::envelope_box_on_spheroid::apply(box, mbrs[1], strategy); in apply()
65 detail::envelope::envelope_range_of_boxes::apply(mbrs, box, strategy); in apply()