Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp88 TEdge *Edge2; member
599 inline void SwapSides(TEdge &Edge1, TEdge &Edge2) in SwapSides() argument
602 Edge1.Side = Edge2.Side; in SwapSides()
603 Edge2.Side = Side; in SwapSides()
607 inline void SwapPolyIndexes(TEdge &Edge1, TEdge &Edge2) in SwapPolyIndexes() argument
610 Edge1.OutIdx = Edge2.OutIdx; in SwapPolyIndexes()
611 Edge2.OutIdx = OutIdx; in SwapPolyIndexes()
622 void IntersectPoint(TEdge &Edge1, TEdge &Edge2, IntPoint &ip) in IntersectPoint() argument
629 if (Edge1.Dx == Edge2.Dx) in IntersectPoint()
638 if (IsHorizontal(Edge2)) in IntersectPoint()
[all …]