Searched refs:fillType (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.h | 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 D | clipper.cpp | 1496 bool Clipper::Execute(ClipType clipType, Paths &solution, PolyFillType fillType) in Execute() argument 1498 return Execute(clipType, solution, fillType, fillType); in Execute() 1502 bool Clipper::Execute(ClipType clipType, PolyTree &polytree, PolyFillType fillType) in Execute() argument 1504 return Execute(clipType, polytree, fillType, fillType); in Execute() 4289 void SimplifyPolygon(const Path &in_poly, Paths &out_polys, PolyFillType fillType) in SimplifyPolygon() argument 4294 c.Execute(ctUnion, out_polys, fillType, fillType); in SimplifyPolygon() 4298 void SimplifyPolygons(const Paths &in_polys, Paths &out_polys, PolyFillType fillType) in SimplifyPolygons() argument 4303 c.Execute(ctUnion, out_polys, fillType, fillType); in SimplifyPolygons() 4307 void SimplifyPolygons(Paths &polys, PolyFillType fillType) in SimplifyPolygons() argument 4309 SimplifyPolygons(polys, polys, fillType); in SimplifyPolygons()
|