Home
last modified time | relevance | path

Searched refs:IndexedSymbolInstance (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.hpp21 class IndexedSymbolInstance { class
23 IndexedSymbolInstance(uint32_t crossTileID_, Point<int64_t> coord_) in IndexedSymbolInstance() function in mbgl::IndexedSymbolInstance
40 std::map<std::u16string,std::vector<IndexedSymbolInstance>> indexedSymbolInstances;
H A Dcross_tile_symbol_index.cpp44 for (IndexedSymbolInstance& thisTileSymbol: it->second) { in findMatches()