Searched refs:pftNegative (Results 1 – 2 of 2) sorted by relevance
1634 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()
70 enum PolyFillType { pftEvenOdd, pftNonZero, pftPositive, pftNegative }; enumerator