Home | History | Annotate | Download | only in src

Lines Matching defs:cur_x

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