Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp83 TEdge *PrevInSEL; member
1907 edge->PrevInSEL = 0; in AddEdgeToSEL()
1913 edge->PrevInSEL = 0; in AddEdgeToSEL()
1914 m_SortedEdges->PrevInSEL = edge; in AddEdgeToSEL()
1935 e->PrevInSEL = e->PrevInAEL; in CopyAELToSEL()
2082 TEdge* SelPrev = e->PrevInSEL; in DeleteFromSEL()
2087 if( SelNext ) SelNext->PrevInSEL = SelPrev; in DeleteFromSEL()
2089 e->PrevInSEL = 0; in DeleteFromSEL()
2560 if( !( Edge1->NextInSEL ) && !( Edge1->PrevInSEL ) ) return; in SwapPositionsInSEL()
2561 if( !( Edge2->NextInSEL ) && !( Edge2->PrevInSEL ) ) return; in SwapPositionsInSEL()
[all …]