Searched defs:h_next (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3813 struct CvTreeNode* h_next; /* next sequence */ member in struct:CvTreeNode
3838 node->h_next = parent->v_next;
3867 if( node->h_next )
3868 node->h_next->h_prev = node->h_prev;
3871 node->h_prev->h_next = node->h_next;
3881 parent->v_next = node->h_next;
3938 while( node->h_next == 0 )
3947 node = node && treeIterator->max_level != 0 ? node->h_next : 0;
3995 while( node->h_next )
[all...]
H A Dcxdrawing.cpp2420 CvSeq *contour0 = contour, *h_next = 0; local
2454 h_next = contour->h_next;
2455 contour->h_next = 0;
2591 if( h_next && contour0 )
2592 contour0->h_next = h_next;

Completed in 133 milliseconds