Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h307 bool IsEvenOddFillType(const TEdge& edge) const;
H A Dclipper.cpp1647 else if (IsEvenOddFillType(edge)) in SetWindingCount()
1725 bool Clipper::IsEvenOddFillType(const TEdge& edge) const in IsEvenOddFillType() function in QtClipperLib::Clipper
2168 if ( IsEvenOddFillType( *e1) ) in IntersectEdges()
2182 if (!IsEvenOddFillType(*e2)) e1->WindCnt2 += e2->WindDelta; in IntersectEdges()
2184 if (!IsEvenOddFillType(*e1)) e2->WindCnt2 -= e1->WindDelta; in IntersectEdges()