Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp2259 cInt e1Wc2, e2Wc2; in IntersectEdges() local
2268 case pftPositive: e2Wc2 = e2->WindCnt2; break; in IntersectEdges()
2269 case pftNegative: e2Wc2 = -e2->WindCnt2; break; in IntersectEdges()
2270 default: e2Wc2 = Abs(e2->WindCnt2); in IntersectEdges()
2280 if (e1Wc2 > 0 && e2Wc2 > 0) in IntersectEdges()
2284 if ( e1Wc2 <= 0 && e2Wc2 <= 0 ) in IntersectEdges()
2288 if (((e1->PolyTyp == ptClip) && (e1Wc2 > 0) && (e2Wc2 > 0)) || in IntersectEdges()
2289 ((e1->PolyTyp == ptSubject) && (e1Wc2 <= 0) && (e2Wc2 <= 0))) in IntersectEdges()