Home | History | Annotate | Download | only in src

Lines Matching full:next_x

731     CvNode2D head, *cur_x, *next_x, *leave_x = 0;
780 while( (next_x = cur_x->next[0]) != leave_x )
782 cur_x = next_x;
785 cur_x->next[0] = next_x->next[0];
790 while( (next_x = cur_x->next[1]) != leave_x )
792 cur_x = next_x;
795 cur_x->next[1] = next_x->next[1];