Searched refs:it_min (Results 1 – 4 of 4) 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/closest_feature/ |
| H A D | geometry_to_range.hpp | 48 RangeIterator& it_min, in apply() argument 56 it_min = first; in apply() 62 >::apply(geometry, *it_min, strategy); in apply() 77 it_min = it; in apply() 83 it_min = it; in apply() 102 RangeIterator it_min; in apply() local 103 apply(geometry, first, last, strategy, it_min, dist_min); in apply() 105 return it_min; in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/ |
| H A D | geometry_to_segment_or_box.hpp | 132 static inline void apply(Iterator& it_min, Iterator it) in apply() 134 it_min = it; in apply() 254 seg_or_box_const_iterator it_min; in apply() local 271 it_min = it; in apply() 295 >::apply(*it_min, *sit_min, strategy); in apply() 347 iterator_type it_min in apply() local 367 >::apply(*it_min, segment_or_box, strategy); in apply()
|
| H A D | point_to_geometry.hpp | 289 typename selector_type::iterator_type it_min in apply() local 312 >::apply(point, *it_min, 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/envelope/ |
| H A D | range_of_boxes.hpp | 256 iterator_type it_min = std::min_element(boost::begin(range_of_boxes), in apply() local 312 geometry::set<1>(mbr_min, geometry::get<min_corner, 1>(*it_min)); in apply()
|