Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp98 struct OutPt;
108 OutPt *Pts;
109 OutPt *BottomPt;
112 struct OutPt { struct
115 OutPt *Next; argument
116 OutPt *Prev; argument
120 OutPt *OutPt1;
121 OutPt *OutPt2;
406 double Area(const OutPt *op) in Area()
408 const OutPt *startOp = op; in Area()
[all …]
H A Dclipper.h204 struct OutPt;
322 OutPt* AddLocalMinPoly(TEdge *e1, TEdge *e2, const IntPoint &pt);
326 OutPt* AddOutPt(TEdge *e, const IntPoint &pt);
327 OutPt* GetLastOutPt(TEdge *e);
342 void AddJoin(OutPt *op1, OutPt *op2, const IntPoint offPt);
345 void AddGhostJoin(OutPt *op, const IntPoint offPt);