Searched refs:b_lon_min (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 D | point.hpp | 155 b_lon_min = geometry::get<min_corner, 0>(box), in apply() local 190 if (math::smaller(p_lon, b_lon_min)) in apply() 197 if (math::smaller(b_lon_min - p_lon, p_lon_shifted - b_lon_max)) in apply() 199 b_lon_min = p_lon; in apply() 211 if (b_lon_min < 0 in apply() 213 constants::period() - p_lon + b_lon_min)) in apply() 215 b_lon_min = p_lon; in apply() 224 geometry::set<min_corner, 0>(box, b_lon_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/disjoint/ |
| H A D | segment_box.hpp | 131 CT b_lon_min = geometry::get_as_radian<geometry::min_corner, 0>(box); in apply() local 136 azimuth_strategy.apply(lon1, lat1, b_lon_min, b_lat_min, a_b0); in apply() 138 azimuth_strategy.apply(lon1, lat1, b_lon_min, b_lat_max, a_b2); in apply() 187 if (vertex_lon >= b_lon_min && vertex_lon <= b_lon_max in apply()
|