Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp20 const uint64_t tileScale = 1ull << tileID.canonical.z; in matrixFor() local
21 const double s = Projection::worldSize(scale) / tileScale; in matrixFor()
25 int64_t(tileID.canonical.x + tileID.wrap * tileScale) * s, in matrixFor()