Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils_p.h250 inline static double mapLeftLongitude(double centerLongitude) in mapLeftLongitude() argument
252 return wrapLong(centerLongitude + leftOffset); in mapLeftLongitude()
256 inline static double mapRightLongitude(double centerLongitude) in mapRightLongitude() argument
258 return wrapLong(centerLongitude - leftOffset); in mapRightLongitude()