Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp87 TEdge *Edge1; member
599 inline void SwapSides(TEdge &Edge1, TEdge &Edge2) in SwapSides() argument
601 EdgeSide Side = Edge1.Side; in SwapSides()
602 Edge1.Side = Edge2.Side; in SwapSides()
607 inline void SwapPolyIndexes(TEdge &Edge1, TEdge &Edge2) in SwapPolyIndexes() argument
609 int OutIdx = Edge1.OutIdx; in SwapPolyIndexes()
610 Edge1.OutIdx = Edge2.OutIdx; in SwapPolyIndexes()
622 void IntersectPoint(TEdge &Edge1, TEdge &Edge2, IntPoint &ip) in IntersectPoint() argument
629 if (Edge1.Dx == Edge2.Dx) in IntersectPoint()
631 ip.Y = Edge1.Curr.Y; in IntersectPoint()
[all …]