Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.hpp17 class SymbolInstance;
33 TileLayerIndex(OverscaledTileID coord, std::vector<SymbolInstance>&, uint32_t bucketInstanceId);
35 Point<int64_t> getScaledCoordinates(SymbolInstance&, const OverscaledTileID&);
36 void findMatches(std::vector<SymbolInstance>&, const OverscaledTileID&, std::set<uint32_t>&);
H A Dcross_tile_symbol_index.cpp10 TileLayerIndex::TileLayerIndex(OverscaledTileID coord_, std::vector<SymbolInstance>& symbolInstance… in TileLayerIndex()
12 for (SymbolInstance& symbolInstance : symbolInstances) { in TileLayerIndex()
17 Point<int64_t> TileLayerIndex::getScaledCoordinates(SymbolInstance& symbolInstance, const Overscale… in getScaledCoordinates()
27 void TileLayerIndex::findMatches(std::vector<SymbolInstance>& symbolInstances, const OverscaledTile… in findMatches()
H A Dplacement.cpp262 for (SymbolInstance& symbolInstance : bucket.symbolInstances) { in updateBucketOpacities()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.hpp14 class SymbolInstance { class
16 SymbolInstance(Anchor& anchor,
H A Dsymbol_instance.cpp8 SymbolInstance::SymbolInstance(Anchor& anchor_, in SymbolInstance() function in mbgl::SymbolInstance
H A Dsymbol_layout.hpp47 std::vector<SymbolInstance> symbolInstances;
H A Dsymbol_layout.cpp419 for (SymbolInstance &symbolInstance : bucket->symbolInstances) { in place()
555 for (const SymbolInstance &symbolInstance : symbolInstances) { in addToDebugBuffers()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp22 const std::vector<SymbolInstance>&& symbolInstances_) in SymbolBucket()
194 const SymbolInstance& a = symbolInstances[aIndex]; in sortFeatures()
195 const SymbolInstance& b = symbolInstances[bIndex]; in sortFeatures()
210 const SymbolInstance& symbolInstance = symbolInstances[i]; in sortFeatures()
H A Dsymbol_bucket.hpp51 const std::vector<SymbolInstance>&&);
77 std::vector<SymbolInstance> symbolInstances;