Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp690 double bottom1 = d->bottomRight.latitude(); in intersects() local
700 if (bottom1 > top2) in intersects()
706 if ((bottom1 == -90.0) && (bottom1 == bottom2)) in intersects()
890 double bottom1 = d->bottomRight.latitude(); in operator |=() local
898 double bottom = qMin(bottom1, bottom2); in operator |=()