Searched defs:matB (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/
H A DSkColorMatrix.cpp64 const SkColorMatrix& matB) {
68 if (&matA == this || &matB == this) {
73 const SkScalar* b = matB.fMat;
63 setConcat(const SkColorMatrix& matA, const SkColorMatrix& matB) argument
/external/opencv/cvaux/src/
H A Dcvepilines.cpp2427 CvMat matB = cvMat( 8, 1, CV_64F, b ); local
2431 CV_CALL( cvMatMulAdd( &matInvA, &matB, 0, &matX ));
2567 CvMat matB = cvMat( 8, 1, CV_64F, b );
2571 CV_CALL( cvMatMulAdd( &matInvA, &matB, 0, &matX ));

Completed in 103 milliseconds