Searched refs:ProcessBound (Results 1 – 2 of 2) sorted by relevance
233 TEdge* ProcessBound(TEdge* E, bool IsClockwise);
928 TEdge* ClipperBase::ProcessBound(TEdge* E, bool NextIsForward) in ProcessBound() function in QtClipperLib::ClipperBase967 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()