Searched refs:OutIdx (Results 1 – 1 of 1) sorted by relevance
76 int OutIdx; member609 int OutIdx = Edge1.OutIdx; in SwapPolyIndexes() local610 Edge1.OutIdx = Edge2.OutIdx; in SwapPolyIndexes()611 Edge2.OutIdx = OutIdx; in SwapPolyIndexes()725 e->OutIdx = Unassigned; in InitEdge()933 if (E->OutIdx == Skip) in ProcessBound()996 while (Result->Top.Y == Result->Next->Bot.Y && Result->Next->OutIdx != Skip) in ProcessBound()998 if (IsHorizontal(*Result) && Result->Next->OutIdx != Skip) in ProcessBound()1019 while (Result->Top.Y == Result->Prev->Bot.Y && Result->Prev->OutIdx != Skip) in ProcessBound()1021 if (IsHorizontal(*Result) && Result->Prev->OutIdx != Skip) in ProcessBound()[all …]