Searched refs:pt_n (Results 1 – 1 of 1) sorted by relevance
72 CvPoint *pt_n; /* pointer to next points */ in icvCreateContourTree() local110 pt_p = pt_n = NULL; in icvCreateContourTree()116 pt_n = (CvPoint *) cvAlloc( lpt * sizeof( CvPoint )); in icvCreateContourTree()131 if( pt_p == NULL || pt_n == NULL ) in icvCreateContourTree()161 pt2 = pt_n; in icvCreateContourTree()172 pt2 = pt_n; in icvCreateContourTree()181 pt1 = pt_n; in icvCreateContourTree()583 cvFree( &pt_n ); in icvCreateContourTree()