Home
last modified time | relevance | path

Searched refs:indexedFeature_ (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 Dcollision_feature.hpp54 const IndexedSubfeature& indexedFeature_, in CollisionFeature() argument
56 …om, shapedText.left, shapedText.right, boxScale, padding, placement, indexedFeature_, overscaling)… in CollisionFeature()
69 const IndexedSubfeature& indexedFeature_) in CollisionFeature() argument
78 indexedFeature_, 1) {} in CollisionFeature()
H A Dcollision_feature.cpp16 IndexedSubfeature indexedFeature_, in CollisionFeature() argument
18 : indexedFeature(std::move(indexedFeature_)) in CollisionFeature()