Searched refs:LeftBound (Results 1 – 1 of 1) sorted by relevance
94 TEdge *LeftBound; member964 locMin.LeftBound = 0; in ProcessBound()1155 locMin.LeftBound = 0; in AddPath()1191 locMin.LeftBound = E->Prev; in AddPath()1196 locMin.LeftBound = E; in AddPath()1201 if (!Closed) locMin.LeftBound->WindDelta = 0; in AddPath()1202 else if (locMin.LeftBound->Next == locMin.RightBound) in AddPath()1203 locMin.LeftBound->WindDelta = -1; in AddPath()1204 else locMin.LeftBound->WindDelta = 1; in AddPath()1205 locMin.RightBound->WindDelta = -locMin.LeftBound->WindDelta; in AddPath()[all …]