Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp831 double inputLon = coordinate.longitude(); in extendShape() local
838 if (wrap && inputLon > right && inputLon < left) { in extendShape()
839 if (qAbs(left - inputLon) < qAbs(right - inputLon)) in extendShape()
840 left = inputLon; in extendShape()
842 right = inputLon; in extendShape()
844 if (inputLon < left) { in extendShape()
845 if (360 - (right - inputLon) < left - inputLon) in extendShape()
846 right = inputLon; in extendShape()
848 left = inputLon; in extendShape()
849 } else if (inputLon > right) { in extendShape()
[all …]