Home | History | Annotate | Download | only in src

Lines Matching refs:tmat

997         CvMat tmat, *D0 = D;
1021 tmat = cvMat( d_size.height, d_size.width, type, buffer );
1022 D = &tmat;