Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp75 std::map<OverscaledTileID,TileLayerIndex> newZoomIndex; in handleWrapJump() local
79 newZoomIndex.emplace(index.second.coord, std::move(index.second)); in handleWrapJump()
81 newIndexes.emplace(zoomIndex.first, std::move(newZoomIndex)); in handleWrapJump()