Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp14 … style::TextPaintProperties::PossiblyEvaluated>>& layerPaintProperties, in SymbolBucket() argument
33 for (const auto& pair : layerPaintProperties) { in SymbolBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp44 …roperties::PossiblyEvaluated, style::TextPaintProperties::PossiblyEvaluated>> layerPaintProperties; member in mbgl::SymbolLayout
H A Dsymbol_layout.cpp91 layerPaintProperties.emplace(layer->getID(), std::make_pair( in SymbolLayout()
417 …auto bucket = std::make_unique<SymbolBucket>(layout, layerPaintProperties, textSize, iconSize, zoo… in place()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp467 for (const auto& pair : symbolLayout->layerPaintProperties) { in performSymbolLayout()