Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp75 int WindCnt2; //winding count of the opposite polytype member
1456 e->NextInLML->WindCnt2 = e->WindCnt2; in UpdateEdgeIntoAEL()
1638 edge.WindCnt2 = 0; in SetWindingCount()
1644 edge.WindCnt2 = e->WindCnt2; in SetWindingCount()
1667 edge.WindCnt2 = e->WindCnt2; in SetWindingCount()
1699 edge.WindCnt2 = e->WindCnt2; in SetWindingCount()
1710 edge.WindCnt2 = (edge.WindCnt2 == 0 ? 1 : 0); in SetWindingCount()
1718 edge.WindCnt2 += e->WindDelta; in SetWindingCount()
1777 return (edge.WindCnt2 != 0); in IsContributing()
1779 return (edge.WindCnt2 > 0); in IsContributing()
[all …]