Home
last modified time | relevance | path

Searched refs:p_lon_shifted (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/expand/
H A Dpoint.hpp192 box_coordinate_type p_lon_shifted = p_lon + constants::period(); in apply() local
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()