Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/
H A Dtst_qgeotiledmapscene.cpp82 double halfLength = 1 / (std::pow(2.0, zoom) * 2); in screenPositions() local
85 double scaledHalfLengthX = halfLength * scaleX; in screenPositions()
86 double scaledHalfLengthY = halfLength * scaleY; in screenPositions()