Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dget_covering_stops.cpp10 auto minIt = stops.lower_bound(lower); in getCoveringStops() local
15 if (minIt != stops.begin() && minIt != stops.end() && minIt->first > lower) { in getCoveringStops()
16 minIt--; in getCoveringStops()
19 static_cast<float>(minIt == stops.end() ? stops.rbegin()->first : minIt->first), in getCoveringStops()