Home
last modified time | relevance | path

Searched defs:setIdentity (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Core/
DPermutationMatrix.h148 void setIdentity() in setIdentity() function
156 void setIdentity(Index newSize) in setIdentity() function
DTranspositions.h108 void setIdentity() in setIdentity() function
/external/skia/include/core/
DSkRSXform.h48 void setIdentity() { in setIdentity() function
DSkMatrix.h213 void setIdentity() { this->reset(); } in setIdentity() function
/external/eigen/Eigen/src/Geometry/
DQuaternion.h109 inline QuaternionBase& setIdentity() { coeffs() << 0, 0, 0, 1; return *this; } in setIdentity() function
DTransform.h493 void setIdentity() { m_matrix.setIdentity(); } in setIdentity() function
/external/skia/src/effects/
DSkColorMatrix.cpp71 void SkColorMatrix::setIdentity() { in setIdentity() function in SkColorMatrix
/external/skia/src/utils/
DSkMatrix44.cpp182 void SkMatrix44::setIdentity() { in setIdentity() function in SkMatrix44
/external/opencv3/modules/core/test/
Dtest_arithm.cpp791 static void setIdentity(Mat& dst, const Scalar& s) in setIdentity() function
/external/opencv3/modules/java/src/
Dcore+Core.java1731 public static void setIdentity(Mat mtx, Scalar s) in setIdentity() method in Core
1740 public static void setIdentity(Mat mtx) in setIdentity() method in Core
/external/opencv3/modules/core/src/
Dmatrix.cpp2846 void cv::setIdentity( InputOutputArray _m, const Scalar& s ) in setIdentity() function in cv