Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp10 …TileLayerIndex(OverscaledTileID coord_, std::vector<SymbolInstance>& symbolInstances, uint32_t buc… in TileLayerIndex() argument
12 for (SymbolInstance& symbolInstance : symbolInstances) { in TileLayerIndex()
27 void TileLayerIndex::findMatches(std::vector<SymbolInstance>& symbolInstances, const OverscaledTile… in findMatches() argument
30 for (auto& symbolInstance : symbolInstances) { in findMatches()
105 for (auto& symbolInstance: bucket.symbolInstances) { in addBucket()
115 …childIndex.second.findMatches(bucket.symbolInstances, tileID, usedCrossTileIDs[tileID.overscaledZ]… in addBucket()
122 …parentIndex->second.findMatches(bucket.symbolInstances, tileID, usedCrossTileIDs[tileID.overscaled… in addBucket()
127 for (auto& symbolInstance : bucket.symbolInstances) { in addBucket()
137 …indexes[tileID.overscaledZ].emplace(tileID, TileLayerIndex(tileID, bucket.symbolInstances, bucket.… in addBucket()
H A Dplacement.cpp113 for (auto& symbolInstance : bucket.symbolInstances) { in placeLayerBucket()
262 for (SymbolInstance& symbolInstance : bucket.symbolInstances) { in updateBucketOpacities()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp29 symbolInstances(std::move(symbolInstances_)), in SymbolBucket()
185 symbolInstanceIndexes.reserve(symbolInstances.size()); in sortFeatures()
186 for (size_t i = 0; i < symbolInstances.size(); i++) { in sortFeatures()
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.hpp77 std::vector<SymbolInstance> symbolInstances; member in mbgl::SymbolBucket
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp153 return !symbolInstances.empty(); in hasSymbolInstances()
274 …ture indexedFeature(feature.index, sourceLayer->getName(), bucketLeaderID, symbolInstances.size()); in addFeature()
296 symbolInstances.emplace_back(anchor, line, shapedTextOrientations, shapedIcon, in addFeature()
417 …iconSize, zoom, sdfIcons, iconsNeedLinear, mayOverlap, bucketLeaderID, std::move(symbolInstances)); in place()
419 for (SymbolInstance &symbolInstance : bucket->symbolInstances) { in place()
555 for (const SymbolInstance &symbolInstance : symbolInstances) { in addToDebugBuffers()
H A Dsymbol_layout.hpp47 std::vector<SymbolInstance> symbolInstances; member in mbgl::SymbolLayout