Home
last modified time | relevance | path

Searched refs:pftEvenOdd (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h70 enum PolyFillType { pftEvenOdd, pftNonZero, pftPositive, pftNegative }; enumerator
175 void SimplifyPolygon(const Path &in_poly, Paths &out_polys, PolyFillType fillType = pftEvenOdd);
176 void SimplifyPolygons(const Paths &in_polys, Paths &out_polys, PolyFillType fillType = pftEvenOdd);
177 void SimplifyPolygons(Paths &polys, PolyFillType fillType = pftEvenOdd);
267 PolyFillType fillType = pftEvenOdd);
274 PolyFillType fillType = pftEvenOdd);
H A Dclipper.cpp1728 return m_SubjFillType == pftEvenOdd; else in IsEvenOddFillType()
1729 return m_ClipFillType == pftEvenOdd; in IsEvenOddFillType()
1736 return m_ClipFillType == pftEvenOdd; else in IsEvenOddAltFillType()
1737 return m_SubjFillType == pftEvenOdd; in IsEvenOddAltFillType()
1756 case pftEvenOdd: in IsContributing()
1775 case pftEvenOdd: in IsContributing()
1787 case pftEvenOdd: in IsContributing()
1800 case pftEvenOdd: in IsContributing()
1811 case pftEvenOdd: in IsContributing()
1824 case pftEvenOdd: in IsContributing()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp140 …= clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::pftEvenOdd); in clipPolygon()
H A Dqdeclarativecirclemapitem.cpp195 …e = clipper.execute(c2t::clip2tri::Difference, QtClipperLib::pftEvenOdd, QtClipperLib::pftEvenOdd); in updateScreenPointsInvert()
206 …= clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::pftEvenOdd); in updateScreenPointsInvert()
H A Dqdeclarativepolygonmapitem.cpp215 …= clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::pftEvenOdd); in updateSourcePoints()