Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dget_covering_stops.cpp11 auto maxIt = stops.lower_bound(upper); in getCoveringStops() local
20 static_cast<float>(maxIt == stops.end() ? stops.rbegin()->first : maxIt->first) in getCoveringStops()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp2650 MaximaList::const_iterator maxIt; in ProcessHorizontal() local
2657 maxIt = m_Maxima.begin(); in ProcessHorizontal()
2658 while (maxIt != m_Maxima.end() && *maxIt <= horzEdge->Bot.X) maxIt++; in ProcessHorizontal()
2659 if (maxIt != m_Maxima.end() && *maxIt >= eLastHorz->Top.X) in ProcessHorizontal()
2660 maxIt = m_Maxima.end(); in ProcessHorizontal()
2688 while (maxIt != m_Maxima.end() && *maxIt < e->Curr.X) in ProcessHorizontal()
2691 AddOutPt(horzEdge, IntPoint(*maxIt, horzEdge->Bot.Y)); in ProcessHorizontal()
2692 maxIt++; in ProcessHorizontal()