Home
last modified time | relevance | path

Searched refs:ptSubject (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp103 clipper.AddPath(path, ptSubject, closed); in addSubjectPath()
243 clipper.AddPaths(input, ptSubject, true); in mergePolysToPolyTree()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp1633 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 …]
H A Dclipper.h65 enum PolyType { ptSubject, ptClip }; enumerator