Home
last modified time | relevance | path

Searched refs:has_north_pole (Results 1 – 1 of 1) 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 Dmultipoint.hpp69 bool& has_north_pole, in analyze_point_coordinates() argument
86 has_north_pole = false; in analyze_point_coordinates()
102 has_north_pole = true; in analyze_point_coordinates()
198 bool has_north_pole, in get_min_max_latitudes() argument
202 if (has_south_pole && has_north_pole) in get_min_max_latitudes()
213 else if (has_north_pole) in get_min_max_latitudes()
265 bool has_north_pole = false, has_south_pole = false; in apply() local
268 has_south_pole, has_north_pole, in apply()
280 lat_max = has_north_pole in apply()
287 BOOST_GEOMETRY_ASSERT(has_south_pole || has_north_pole); in apply()
[all …]