Home
last modified time | relevance | path

Searched refs:box_out (Results 1 – 5 of 5) 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/envelope/
H A Dtransform_units.hpp63 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply()
69 view_out_type view_out(box_out); in apply()
77 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply()
79 apply<min_corner>(box_in, box_out); in apply()
80 apply<max_corner>(box_in, box_out); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dbuffer.hpp55 static inline void apply(BoxIn const& box_in, T const& distance, BoxOut& box_out) in apply()
58 set<C, D>(box_out, get<C, D>(box_in) + d); in apply()
59 box_loop<BoxIn, BoxOut, T, C, D + 1, N>::apply(box_in, distance, box_out); in apply()
71 inline void buffer_box(BoxIn const& box_in, T const& distance, BoxOut& box_out) in buffer_box() argument
77 box_loop<BoxIn, BoxOut, T, min_corner, 0, N>::apply(box_in, -distance, box_out); in buffer_box()
78 box_loop<BoxIn, BoxOut, T, max_corner, 0, N>::apply(box_in, distance, box_out); in buffer_box()
106 Distance const& , BoxOut& box_out) in apply()
108 detail::buffer::buffer_box(box_in, distance, box_out); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dintersection_box_box.hpp42 BoxOut& box_out, in apply()
64 set<min_corner, Dimension>(box_out, min1 < min2 ? min2 : min1); in apply()
65 set<max_corner, Dimension>(box_out, max1 > max2 ? max2 : max1); in apply()
68 ::apply(box1, box2, robust_policy, box_out, strategy); in apply()
/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.hpp49 static inline void apply(BoxOut& box_out, 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dnormalize.hpp156 BoxOut& box_out) in apply_to_coordinates() argument
158 detail::indexed_point_view<BoxOut, min_corner> p_min_out(box_out); in apply_to_coordinates()
170 detail::indexed_point_view<BoxOut, max_corner> p_max_out(box_out); in apply_to_coordinates()
184 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply() argument
203 >(lon_min, lat_min, lon_max, lat_max, box_in, box_out); in apply()