Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dupdate_tile_masks.hpp42 const uint8_t diffZ = ref.canonical.z - root.z; in computeTileMasks() local
43 mask.emplace(diffZ, ref.canonical.x - (root.x << diffZ), ref.canonical.y - (root.y << diffZ)); in computeTileMasks()