Home | History | Annotate | Download | only in src

Lines Matching full:next_x

754     CvNode2D head, *cur_x, *next_x, *leave_x = 0;
803 while( (next_x = cur_x->next[0]) != leave_x )
805 cur_x = next_x;
808 cur_x->next[0] = next_x->next[0];
813 while( (next_x = cur_x->next[1]) != leave_x )
815 cur_x = next_x;
818 cur_x->next[1] = next_x->next[1];