Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h233 TEdge* ProcessBound(TEdge* E, bool IsClockwise);
H A Dclipper.cpp928 TEdge* ClipperBase::ProcessBound(TEdge* E, bool NextIsForward) in ProcessBound() function in QtClipperLib::ClipperBase
967 Result = ProcessBound(E, NextIsForward); in ProcessBound()
1207 E = ProcessBound(locMin.LeftBound, leftBoundIsForward); in AddPath()
1208 if (E->OutIdx == Skip) E = ProcessBound(E, leftBoundIsForward); in AddPath()
1210 TEdge* E2 = ProcessBound(locMin.RightBound, !leftBoundIsForward); in AddPath()
1211 if (E2->OutIdx == Skip) E2 = ProcessBound(E2, !leftBoundIsForward); in AddPath()