Searched refs:PolyType (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.h | 65 enum PolyType { ptSubject, ptClip }; enum 223 virtual bool AddPath(const Path &pg, PolyType PolyTyp, bool Closed); 224 bool AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed);
|
| H A D | clipper.cpp | 71 PolyType PolyTyp; 729 void InitEdge2(TEdge& e, PolyType Pt) in InitEdge2() 1045 bool ClipperBase::AddPath(const Path &pg, PolyType PolyTyp, bool Closed) in AddPath() 1224 bool ClipperBase::AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed) in AddPaths()
|