Home
last modified time | relevance | path

Searched refs:eNext (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
722 e->Next = eNext; in InitEdge()
2753 TEdge* eNext = GetNextInAEL(e, dir); in ProcessHorizontal() local
2755 e = eNext; in ProcessHorizontal()
2794 TEdge* eNext = horzEdge->NextInAEL; in ProcessHorizontal() local
2803 else if (eNext && eNext->Curr.X == horzEdge->Bot.X && in ProcessHorizontal()
2804 eNext->Curr.Y == horzEdge->Bot.Y && eNext->WindDelta != 0 && in ProcessHorizontal()
2805 eNext->OutIdx >= 0 && eNext->Curr.Y > eNext->Top.Y && in ProcessHorizontal()
2806 SlopesEqual(*horzEdge, *eNext, m_UseFullRange)) in ProcessHorizontal()
2808 OutPt* op2 = AddOutPt(eNext, horzEdge->Bot); in ProcessHorizontal()
[all …]