Searched refs:e1Wc2 (Results 1 – 1 of 1) sorted by relevance
2259 cInt e1Wc2, e2Wc2; in IntersectEdges() local2262 case pftPositive: e1Wc2 = e1->WindCnt2; break; in IntersectEdges()2263 case pftNegative : e1Wc2 = -e1->WindCnt2; break; in IntersectEdges()2264 default: e1Wc2 = Abs(e1->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()