Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp184 std::vector<size_t> symbolInstanceIndexes; in sortFeatures() local
185 symbolInstanceIndexes.reserve(symbolInstances.size()); in sortFeatures()
187 symbolInstanceIndexes.push_back(i); in sortFeatures()
193 …std::sort(symbolInstanceIndexes.begin(), symbolInstanceIndexes.end(), [sin, cos, this](size_t &aIn… in sortFeatures()
207 featureSortOrder->reserve(symbolInstanceIndexes.size()); in sortFeatures()
209 for (auto i : symbolInstanceIndexes) { in sortFeatures()