Home
last modified time | relevance | path

Searched refs:box_in (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 Dbox.hpp53 static inline void apply(BoxIn const& box_in, BoxOut& mbr) in apply()
55 detail::indexed_point_view<BoxIn const, Index> box_in_corner(box_in); in apply()
76 static inline void apply(BoxIn const& box_in, BoxOut& mbr) in apply()
81 detail::indexed_point_view<BoxIn const, Index> box_in_corner(box_in); in apply()
102 static inline void apply(BoxIn const& box_in, in apply()
109 >::apply(box_in, mbr); in apply()
114 >::apply(box_in, mbr); in apply()
122 static inline void apply(BoxIn const& box_in, in apply()
126 BoxIn box_in_normalized = detail::return_normalized<BoxIn>(box_in); in apply()
H A Dtransform_units.hpp63 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply()
68 view_in_type view_in(box_in); 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/detail/
H A Dnormalize.hpp155 BoxIn const& box_in, in apply_to_coordinates() argument
167 >(box_in), in apply_to_coordinates()
179 >(box_in), in apply_to_coordinates()
184 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply() argument
188 in_coordinate_type lon_min = geometry::get<min_corner, 0>(box_in); in apply()
189 in_coordinate_type lat_min = geometry::get<min_corner, 1>(box_in); in apply()
190 in_coordinate_type lon_max = geometry::get<max_corner, 0>(box_in); in apply()
191 in_coordinate_type lat_max = geometry::get<max_corner, 1>(box_in); in apply()
203 >(lon_min, lat_min, lon_max, lat_max, 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()
105 static inline void apply(BoxIn const& box_in, Distance const& distance, 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/expand/
H A Dbox.hpp50 BoxIn const& box_in, in apply()
55 detail::envelope::envelope_box_on_spheroid::apply(box_in, mbrs[0], strategy); in apply()