Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp2208 cInt e1Wc, e2Wc; in IntersectEdges() local
2211 case pftPositive: e1Wc = e1->WindCnt; break; in IntersectEdges()
2212 case pftNegative: e1Wc = -e1->WindCnt; break; in IntersectEdges()
2213 default: e1Wc = Abs(e1->WindCnt); in IntersectEdges()
2224 if ((e1Wc != 0 && e1Wc != 1) || (e2Wc != 0 && e2Wc != 1) || in IntersectEdges()
2248 if (e1Wc == 0 || e1Wc == 1) in IntersectEdges()
2255 else if ( (e1Wc == 0 || e1Wc == 1) && (e2Wc == 0 || e2Wc == 1)) in IntersectEdges()
2277 else if (e1Wc == 1 && e2Wc == 1) in IntersectEdges()