Home
last modified time | relevance | path

Searched refs:PolyFillType (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h70 enum PolyFillType { pftEvenOdd, pftNonZero, pftPositive, pftNegative }; enum
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);
270 PolyFillType subjFillType,
271 PolyFillType clipFillType);
274 PolyFillType fillType = pftEvenOdd);
277 PolyFillType subjFillType,
278 PolyFillType clipFillType);
[all …]
H A Dclipper.cpp1496 bool Clipper::Execute(ClipType clipType, Paths &solution, PolyFillType fillType) in Execute()
1502 bool Clipper::Execute(ClipType clipType, PolyTree &polytree, PolyFillType fillType) in Execute()
1509 PolyFillType subjFillType, PolyFillType clipFillType) in Execute()
1529 PolyFillType subjFillType, PolyFillType clipFillType) in Execute()
1633 PolyFillType pft = (edge.PolyTyp == ptSubject ? m_SubjFillType : m_ClipFillType); in SetWindingCount()
1743 PolyFillType pft, pft2; in IsContributing()
2188 PolyFillType e1FillType, e2FillType, e1FillType2, e2FillType2; in IntersectEdges()
4289 void SimplifyPolygon(const Path &in_poly, Paths &out_polys, PolyFillType fillType) in SimplifyPolygon()
4298 void SimplifyPolygons(const Paths &in_polys, Paths &out_polys, PolyFillType fillType) in SimplifyPolygons()
4307 void SimplifyPolygons(Paths &polys, PolyFillType fillType) in SimplifyPolygons()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.h91 const PolyFillType subjFillType = pftNonZero,
92 const PolyFillType clipFillType = pftNonZero);
H A Dclip2tri.cpp151 …clip2tri::execute(const clip2tri::Operation op, const PolyFillType subjFillType, const PolyFillTyp… in execute()