Lines Matching refs:succ
716 ActiveEdge* succ = nullptr;
723 (succ && succ->intersect(p0, v, index0, index1))) {
733 curr->fBelow = succ;
737 if (succ) {
738 succ->fAbove = curr;
778 succ = curr;
841 ActiveEdge* succ = found->fBelow;
846 if (succ && (succ->intersect(found) || succ->intersect(p1, v, index1, index2))) {
932 ActiveEdge* succ = found->fBelow;
933 if ((pred && pred->intersect(found)) || (succ && succ->intersect(found))) {
944 if (succ) {
945 succ->fAbove = pred;