Home
last modified time | relevance | path

Searched refs:b_lon_max (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 Dpoint.hpp157 b_lon_max = geometry::get<max_corner, 0>(box), in apply()
194 if (math::larger(p_lon_shifted, b_lon_max)) in apply()
197 if (math::smaller(b_lon_min - p_lon, p_lon_shifted - b_lon_max)) in apply()
203 b_lon_max = p_lon_shifted; in apply()
207 else if (math::larger(p_lon, b_lon_max)) in apply()
212 && math::larger(p_lon - b_lon_max, in apply()
216 b_lon_max += constants::period(); in apply()
220 b_lon_max = p_lon; in apply()
226 geometry::set<max_corner, 0>(box, b_lon_max); 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 Dsegment_box.hpp133 CT b_lon_max = geometry::get_as_radian<geometry::max_corner, 0>(box); in apply() local
137 azimuth_strategy.apply(lon1, lat1, b_lon_max, b_lat_min, a_b1); in apply()
139 azimuth_strategy.apply(lon1, lat1, b_lon_max, b_lat_max, a_b3); in apply()
187 if (vertex_lon >= b_lon_min && vertex_lon <= b_lon_max in apply()