Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp1634 edge.WindCnt = (pft == pftNegative ? -1 : 1); in SetWindingCount()
2212 case pftNegative: e1Wc = -e1->WindCnt; break; in IntersectEdges()
2218 case pftNegative: e2Wc = -e2->WindCnt; break; in IntersectEdges()
2263 case pftNegative : e1Wc2 = -e1->WindCnt2; break; in IntersectEdges()
2269 case pftNegative: e2Wc2 = -e2->WindCnt2; break; in IntersectEdges()
3904 clpr.Execute(ctUnion, solution, pftNegative, pftNegative); in Execute()
3934 clpr.Execute(ctUnion, solution, pftNegative, pftNegative); in Execute()
H A Dclipper.h70 enum PolyFillType { pftEvenOdd, pftNonZero, pftPositive, pftNegative }; enumerator