Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp2651 MaximaList::const_reverse_iterator maxRit; in ProcessHorizontal() local
2664 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()