Searched refs:maxIt (Results 1 – 2 of 2) sorted by relevance
11 auto maxIt = stops.lower_bound(upper); in getCoveringStops() local20 static_cast<float>(maxIt == stops.end() ? stops.rbegin()->first : maxIt->first) in getCoveringStops()
2650 MaximaList::const_iterator maxIt; in ProcessHorizontal() local2657 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()