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 D | feature_index.hpp | 27 , 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 D | feature_index.cpp | 26 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()
|