Home
last modified time | relevance | path

Searched refs:ptLon (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgeo.cpp54 auto ptLon = point.wrapped().longitude(); in contains() local
56 return (ptLon >= wrapped.sw.longitude() && in contains()
57 ptLon <= util::LONGITUDE_MAX) || in contains()
58 (ptLon <= wrapped.ne.longitude() && in contains()
59 ptLon >= -util::LONGITUDE_MAX); in contains()
61 return (ptLon >= wrapped.sw.longitude() && in contains()
62 ptLon <= wrapped.ne.longitude()); in contains()