Searched refs:ptSubject (Results 1 – 3 of 3) sorted by relevance
103 clipper.AddPath(path, ptSubject, closed); in addSubjectPath()243 clipper.AddPaths(input, ptSubject, true); in mergePolysToPolyTree()
1633 PolyFillType pft = (edge.PolyTyp == ptSubject ? m_SubjFillType : m_ClipFillType); in SetWindingCount()1727 if (edge.PolyTyp == ptSubject) in IsEvenOddFillType()1735 if (edge.PolyTyp == ptSubject) in IsEvenOddAltFillType()1744 if (edge.PolyTyp == ptSubject) in IsContributing()1797 if (edge.PolyTyp == ptSubject) in IsContributing()2189 if (e1->PolyTyp == ptSubject) in IntersectEdges()2198 if (e2->PolyTyp == ptSubject) in IntersectEdges()2289 ((e1->PolyTyp == ptSubject) && (e1Wc2 <= 0) && (e2Wc2 <= 0))) in IntersectEdges()3888 clpr.AddPaths(m_destPolys, ptSubject, true); in Execute()3902 clpr.AddPath(outer, ptSubject, true); in Execute()[all …]
65 enum PolyType { ptSubject, ptClip }; enumerator