Home
last modified time | relevance | path

Searched refs:sourceLayerName (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.hpp27 , sourceLayerName(std::move(sourceLayerName_)) in IndexedSubfeature()
36 , sourceLayerName(other.sourceLayerName) in IndexedSubfeature()
42 std::string sourceLayerName; member in mbgl::IndexedSubfeature
56 …void insert(const GeometryCollection&, std::size_t index, const std::string& sourceLayerName, cons…
H A Dfeature_index.cpp26 const std::string& sourceLayerName, in insert() argument
34 grid.insert(IndexedSubfeature(index, sourceLayerName, bucketLeaderID, sortIndex++), in insert()
151 sourceLayer = tileData->getLayer(indexedFeature.sourceLayerName); in addFeature()