Home | History | Annotate | Download | only in src

Lines Matching defs:first

66     _CvPtInfo       *array = buf, *first = 0, *current = 0, *prev_current = 0;
325 first = prev_current = &temp;
344 /* remove first */
345 first->next = current;
348 first->next->next = current;
350 first = current;
750 "Use cvApproxChains first" );
786 if( src_seq->first->next == src_seq->first )
787 src = (cv::Point*)src_seq->first->data;