Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp82 TEdge *NextInSEL; member
1908 edge->NextInSEL = 0; in AddEdgeToSEL()
1912 edge->NextInSEL = m_SortedEdges; in AddEdgeToSEL()
1936 e->NextInSEL = e->NextInAEL; in CopyAELToSEL()
2083 TEdge* SelNext = e->NextInSEL; in DeleteFromSEL()
2085 if( SelPrev ) SelPrev->NextInSEL = SelNext; in DeleteFromSEL()
2088 e->NextInSEL = 0; in DeleteFromSEL()
2560 if( !( Edge1->NextInSEL ) && !( Edge1->PrevInSEL ) ) return; in SwapPositionsInSEL()
2561 if( !( Edge2->NextInSEL ) && !( Edge2->PrevInSEL ) ) return; in SwapPositionsInSEL()
2563 if( Edge1->NextInSEL == Edge2 ) in SwapPositionsInSEL()
[all …]