Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp13indexedSymbolInstances[symbolInstance.key].emplace_back(symbolInstance.crossTileID, getScaledCoord… in TileLayerIndex()
36 auto it = indexedSymbolInstances.find(symbolInstance.key); in findMatches()
37 if (it == indexedSymbolInstances.end()) { in findMatches()
142 for (auto key : removedBucket.indexedSymbolInstances) { in removeBucketCrossTileIDs()
H A Dcross_tile_symbol_index.hpp40 std::map<std::u16string,std::vector<IndexedSymbolInstance>> indexedSymbolInstances; member in mbgl::TileLayerIndex