Lines Matching refs:CvPoint
427 sizeof(CvContour), sizeof(CvPoint),(CvMemStorage*)hull_storage );
434 sizeof(CvContour), sizeof(CvPoint*), (CvMemStorage*)hull_storage );
520 CvPoint* hull_cur;
603 CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 );
606 pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 );
609 pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 );
631 hull_cur = *(CvPoint**)hull_reader.prev_elem;
637 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index );
649 CvPoint* hull_next;
652 hull_next = *(CvPoint**)hull_reader.ptr;
656 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t );
670 CV_NEXT_SEQ_ELEM( sizeof(CvPoint), ptseq_reader );
676 CvPoint* cur = (CvPoint*)ptseq_reader.ptr;