Home
last modified time | relevance | path

Searched refs:e2Wc (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
2217 case pftPositive: e2Wc = e2->WindCnt; break; in IntersectEdges()
2218 case pftNegative: e2Wc = -e2->WindCnt; break; in IntersectEdges()
2219 default: e2Wc = Abs(e2->WindCnt); in IntersectEdges()
2224 if ((e1Wc != 0 && e1Wc != 1) || (e2Wc != 0 && e2Wc != 1) || in IntersectEdges()
2239 if (e2Wc == 0 || e2Wc == 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()