Home | History | Annotate | Download | only in src

Lines Matching full:writer

498     CvSeqWriter writer;
532 CV_CALL( cvStartWriteSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage, &writer ));
544 CV_WRITE_SEQ_ELEM( pt, writer );
551 seq = cvEndWriteSeq( &writer );