| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/ |
| H A D | box.hpp | 83 inline box(Point const& min_corner, Point const& max_corner) in box() argument 85 geometry::convert(min_corner, m_min_corner); in box() 93 inline Point const& min_corner() const in min_corner() function in boost::geometry::model::box 108 inline Point& min_corner() in min_corner() function in boost::geometry::model::box 155 struct indexed_access<model::box<Point>, min_corner, Dimension> 161 return geometry::get<Dimension>(b.min_corner()); in get() 166 geometry::set<Dimension>(b.min_corner(), value); in set()
|
| /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 D | point.hpp | 86 if (less(coord, get<min_corner, Dimension>(box))) in apply() 88 set<min_corner, Dimension>(box, coord); in apply() 155 b_lon_min = geometry::get<min_corner, 0>(box), in apply() 156 b_lat_min = geometry::get<min_corner, 1>(box), in apply() 166 geometry::set<min_corner, 1>(box, (std::min)(p_lat, b_lat_min)); in apply() 178 geometry::set<min_corner, 0>(box, p_lon); in apply() 179 geometry::set<min_corner, 1>(box, (std::min)(p_lat, b_lat_min)); in apply() 224 geometry::set<min_corner, 0>(box, b_lon_min); in apply() 225 geometry::set<min_corner, 1>(box, b_lat_min); in apply()
|
| H A D | indexed.hpp | 77 if (less(coord, get<min_corner, Dimension>(box))) in apply() 79 set<min_corner, Dimension>(box, coord); in apply()
|
| /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 D | range_of_boxes.hpp | 166 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply() 169 detail::indexed_point_view<box_type const, min_corner> in apply() 177 detail::indexed_point_view<box_type const, min_corner>, in apply() 178 detail::indexed_point_view<Box, min_corner>, in apply() 199 min_corner, in apply() 258 latitude_less<min_corner>()); in apply() 272 coordinate_type lat_min = geometry::get<min_corner, 1>(*it); in apply() 282 coordinate_type lon_left = geometry::get<min_corner, 0>(*it); in apply() 308 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply() 312 geometry::set<1>(mbr_min, geometry::get<min_corner, 1>(*it_min)); in apply()
|
| H A D | point.hpp | 65 apply<min_corner>(point, mbr); in apply() 83 geometry::set<min_corner, 0>(mbr, geometry::get<0>(box_point)); in apply() 84 geometry::set<min_corner, 1>(mbr, geometry::get<1>(box_point)); in apply()
|
| H A D | box.hpp | 108 min_corner, 0, dimension<BoxIn>::value in apply() 130 min_corner, dimension<BoxIn>::value 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 D | assign_box_corners.hpp | 61 <min_corner, min_corner>(box, lower_left); in assign_box_corners() 63 <max_corner, min_corner>(box, lower_right); in assign_box_corners() 65 <min_corner, max_corner>(box, upper_left); in assign_box_corners()
|
| H A D | point_on_border.hpp | 157 detail::assign::assign_box_2d_corner<min_corner, min_corner>(box, p1); in apply() 158 detail::assign::assign_box_2d_corner<max_corner, min_corner>(box, p2); in apply() 167 detail::assign::assign_box_2d_corner<min_corner, min_corner>(box, point); in apply()
|
| H A D | normalize.hpp | 158 detail::indexed_point_view<BoxOut, min_corner> p_min_out(box_out); in apply_to_coordinates() 166 BoxIn const, min_corner in apply_to_coordinates() 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()
|
| H A D | convert_indexed_to_indexed.hpp | 47 geometry::set<min_corner, Dimension>(destination, in apply() 49 geometry::get<min_corner, Dimension>(source))); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/ |
| H A D | section_functions.hpp | 45 return (dir == 1 && get<Dimension>(point) < get<min_corner, Dimension>(other_box)) in apply() 69 >(get<min_corner, 0>(other_box), get<0>(point)); in apply() 74 … >(get<min_corner, 0>(other_box), get<min_corner, 0>(point_box)); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/ |
| H A D | box_box.hpp | 63 if (get<max_corner, Dimension>(box1) < get<min_corner, Dimension>(box2)) in apply() 67 if (get<min_corner, Dimension>(box1) > get<max_corner, Dimension>(box2)) in apply() 109 calc_t const b1_min = get<min_corner, 0>(box1); in apply() 111 calc_t const b2_min = get<min_corner, 0>(box2); in apply()
|
| H A D | segment_box.hpp | 131 CT b_lon_min = geometry::get_as_radian<geometry::min_corner, 0>(box); in apply() 132 CT b_lat_min = geometry::get_as_radian<geometry::min_corner, 1>(box); in apply() 170 vertex_lat = geometry::get_as_radian<geometry::min_corner, 1>(box_seg); 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 D | intersection_box_box.hpp | 48 ct min2 = get<min_corner, Dimension>(box2); in apply() 56 ct min1 = get<min_corner, Dimension>(box1); in apply() 64 set<min_corner, Dimension>(box_out, min1 < min2 ? min2 : min1); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/register/ |
| H A D | box.hpp | 24 struct indexed_access<Box, min_corner, D> \ 45 struct indexed_access<Box<P>, min_corner, D> \ 65 template <> struct indexed_access<Box, min_corner, 0> \ 71 template <> struct indexed_access<Box, min_corner, 1> \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/ |
| H A D | redistribute_elements.hpp | 192 choose_split_axis_and_index_for_corner<Box, min_corner, AxisIndex> in apply() 211 choosen_corner = min_corner; in apply() 242 choose_split_axis_and_index_for_corner<Box, min_corner, AxisIndex> in apply() 247 choosen_corner = min_corner; in apply() 279 size_t corner = min_corner; in apply() 426 …BOOST_GEOMETRY_INDEX_ASSERT(split_corner == static_cast<size_t>(min_corner) || split_corner == sta… in apply() 430 if ( split_corner == static_cast<size_t>(min_corner) ) in apply() 432 rstar::nth_element<min_corner, dimension> in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/ |
| H A D | is_valid.hpp | 28 ( get<min_corner, Dimension - 1>(b) <= get<max_corner, Dimension - 1>(b) ); in apply() 37 return get<min_corner, 0>(b) <= get<max_corner, 0>(b); in apply()
|
| H A D | content.hpp | 36 ( get<max_corner, CurrentDimension - 1>(b) - get<min_corner, CurrentDimension - 1>(b) ); in apply() 45 return get<max_corner, 0>(b) - get<min_corner, 0>(b); in apply()
|
| H A D | margin.hpp | 109 …geometry::get<max_corner, CurrentDimension - 1>(b) - geometry::get<min_corner, CurrentDimension - … in apply() 118 return geometry::get<max_corner, 0>(b) - geometry::get<min_corner, 0>(b); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/ |
| H A D | box.hpp | 41 if (math::equals(geometry::get<geometry::min_corner, I-1>(box), in apply() 47 else if (geometry::get<geometry::min_corner, I-1>(box) in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | bounded_view.hpp | 81 return geometry::get<min_corner, Dimension>(m_box); in get_min() 110 geometry::get<min_corner, Dimension>(m_box) ); in get_min() 176 min_corner, Dimension>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | box_concept.hpp | 80 dimension_checker<min_corner, 0, n>::apply(); in BOOST_CONCEPT_USAGE() 127 dimension_checker<min_corner, 0, n>::apply(); in BOOST_CONCEPT_USAGE()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/ |
| H A D | implementation.hpp | 58 coordinate_type1 const& min1 = get<min_corner, Dimension>(b1); in apply() 60 coordinate_type2 const& min2 = get<min_corner, Dimension>(b2); 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 D | transform.hpp | 73 geometry::detail::assign::assign_box_2d_corner<min_corner, min_corner>( in apply() 91 geometry::set<min_corner, 0>(b2, x1); in apply() 92 geometry::set<min_corner, 1>(b2, y1); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/ |
| H A D | pack_create.hpp | 33 … = geometry::get<max_corner, Dimension-1>(box) - geometry::get<min_corner, Dimension-1>(box); in apply() 49 length = geometry::get<max_corner, 0>(box) - geometry::get<min_corner, 0>(box); in apply() 76 = geometry::get<max_corner, I>(box) - geometry::get<min_corner, I>(box); in apply() 78 = geometry::get<min_corner, I>(box) + edge_len / 2; in apply() 80 geometry::set<min_corner, I>(right, median); in apply()
|