Searched refs:maxRit (Results 1 – 1 of 1) sorted by relevance
2651 MaximaList::const_reverse_iterator maxRit; in ProcessHorizontal() local2664 maxRit = m_Maxima.rbegin(); in ProcessHorizontal()2665 while (maxRit != m_Maxima.rend() && *maxRit > horzEdge->Bot.X) maxRit++; in ProcessHorizontal()2666 if (maxRit != m_Maxima.rend() && *maxRit <= eLastHorz->Top.X) in ProcessHorizontal()2667 maxRit = m_Maxima.rend(); in ProcessHorizontal()2697 while (maxRit != m_Maxima.rend() && *maxRit > e->Curr.X) in ProcessHorizontal()2700 AddOutPt(horzEdge, IntPoint(*maxRit, horzEdge->Bot.Y)); in ProcessHorizontal()2701 maxRit++; in ProcessHorizontal()