Home
last modified time | relevance | path

Searched refs:layoutFeatureIndex (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.hpp31 const std::size_t layoutFeatureIndex,
46 std::size_t layoutFeatureIndex; // Index into the set of features included at layout time member in mbgl::SymbolInstance
H A Dsymbol_instance.cpp35 layoutFeatureIndex(layoutFeatureIndex_), in SymbolInstance()
H A Dsymbol_layout.cpp237 void SymbolLayout::addFeature(const std::size_t layoutFeatureIndex, in addFeature() argument
300 …glyphPositionMap, indexedFeature, layoutFeatureIndex, feature.index, feature.text.value_or(std::u1… in addFeature()
424 const auto& feature = features.at(symbolInstance.layoutFeatureIndex); in place()