Home
last modified time | relevance | path

Searched refs:Matrix2 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DRotation2D.h53 typedef Matrix<Scalar,2,2> Matrix2;
114 EIGEN_DEVICE_FUNC Matrix2 toRotationMatrix() const;
187 typename Rotation2D<Scalar>::Matrix2
194 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
/external/pdfium/third_party/lcms/src/
Dcmsopt.c1659 cmsStage* Matrix1, *Matrix2; in OptimizeMatrixShaper() local
1685 &Curve1, &Matrix1, &Matrix2, &Curve2)) { in OptimizeMatrixShaper()
1689 _cmsStageMatrixData* Data2 = (_cmsStageMatrixData*)cmsStageData(Matrix2); in OptimizeMatrixShaper()