Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp71 PolyType PolyTyp; member
741 e.PolyTyp = Pt; in InitEdge2()
1045 bool ClipperBase::AddPath(const Path &pg, PolyType PolyTyp, bool Closed) in AddPath() argument
1048 if (!Closed && PolyTyp == ptClip) in AddPath()
1135 InitEdge2(*E, PolyTyp); in AddPath()
1224 bool ClipperBase::AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed) in AddPaths() argument
1228 if (AddPath(ppg[i], PolyTyp, Closed)) result = true; in AddPaths()
1628 while (e && ((e->PolyTyp != edge.PolyTyp) || (e->WindDelta == 0))) e = e->PrevInAEL; in SetWindingCount()
1633 PolyFillType pft = (edge.PolyTyp == ptSubject ? m_SubjFillType : m_ClipFillType); in SetWindingCount()
1657 if (e2->PolyTyp == e->PolyTyp && e2->WindDelta != 0) in SetWindingCount()
[all …]
H A Dclipper.h223 virtual bool AddPath(const Path &pg, PolyType PolyTyp, bool Closed);
224 bool AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed);