Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp719 inline void InitEdge(TEdge* e, TEdge* eNext, TEdge* ePrev, const IntPoint& Pt) in InitEdge() argument
723 e->Prev = ePrev; in InitEdge()
2793 TEdge* ePrev = horzEdge->PrevInAEL; in ProcessHorizontal() local
2795 if (ePrev && ePrev->Curr.X == horzEdge->Bot.X && in ProcessHorizontal()
2796 ePrev->Curr.Y == horzEdge->Bot.Y && ePrev->WindDelta != 0 && in ProcessHorizontal()
2797 (ePrev->OutIdx >= 0 && ePrev->Curr.Y > ePrev->Top.Y && in ProcessHorizontal()
2798 SlopesEqual(*horzEdge, *ePrev, m_UseFullRange))) in ProcessHorizontal()
2800 OutPt* op2 = AddOutPt(ePrev, horzEdge->Bot); in ProcessHorizontal()
3023 TEdge* ePrev = e->PrevInAEL; in ProcessEdgesAtTopOfScanbeam() local
3025 if( !ePrev ) e = m_ActiveEdges; in ProcessEdgesAtTopOfScanbeam()
[all …]