Home
last modified time | relevance | path

Searched refs:InitEdge (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() function
1070 InitEdge(&edges[0], &edges[1], &edges[highI], pg[0]); in AddPath()
1071 InitEdge(&edges[highI], &edges[0], &edges[highI-1], pg[highI]); in AddPath()
1075 InitEdge(&edges[i], &edges[i+1], &edges[i-1], pg[i]); in AddPath()