/packages/apps/Camera2/src/com/android/camera/data/ |
FilmstripItemUtils.java | 21 import android.graphics.Matrix; 148 Matrix m = new Matrix();
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
FaceView.java | 22 import android.graphics.Matrix; 48 private Matrix mMatrix = new Matrix(); 159 // Prepare the matrix. 167 // Focus indicator is directional. Rotate the matrix and the canvas
|
/packages/apps/Gallery2/src/com/android/photos/shims/ |
BitmapJobDrawable.java | 22 import android.graphics.Matrix; 42 private Matrix mDrawMatrix = new Matrix(); 114 // Calculates a matrix similar to ScaleType.CENTER_CROP
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
PopupItemView.java | 22 import android.graphics.Matrix; 51 private final Matrix mMatrix = new Matrix();
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
FaceView.java | 24 import android.graphics.Matrix; 43 private Matrix mMatrix = new Matrix(); 123 // Prepare the matrix. 126 // Focus indicator is directional. Rotate the matrix and the canvas
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
WindowLocationUtil.java | 19 import android.graphics.Matrix; 47 Matrix matrix = view.getMatrix(); local 48 if (matrix != null && !matrix.isIdentity()) { 49 matrix.mapPoints(points); 74 matrix = view.getMatrix(); 75 if (matrix != null && !matrix.isIdentity()) { 76 matrix.mapPoints(points) 116 Matrix matrix = view.getImageMatrix(); local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
CheckableContactFlipDrawable.java | 25 import android.graphics.Matrix; 145 private static final Matrix sMatrix = new Matrix();
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
BitmapUtil.java | 22 import android.graphics.Matrix; 147 final Matrix m = new Matrix();
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 22 import android.opengl.Matrix; 99 // Projection matrix 172 Matrix.setIdentityM(mTempTextureMatrix, 0); 173 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); 242 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); 243 Matrix.orthoM(mProjectionMatrix, 0, 0, width, 0, height, -1, 1); 244 Matrix.translateM(mMatrices, mCurrentMatrixIndex, 0, height, 0); 245 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, 1, -1, 1); 257 // (1) we knows z = 0, (2) we inline the Matrix.translateM call, 275 Matrix.setRotateM(temp, 0, angle, x, y, z) 276 float[] matrix = mMatrices; local [all...] |
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LevenbergMarquardt.h | 49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 50 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType; 51 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 73 typedef Matrix<Scalar,Dynamic,1> InputType; 74 typedef Matrix<Scalar,Dynamic,1> ValueType; 119 typedef Matrix<Scalar,Dynamic,1> FVectorType; 221 /** \returns a reference to the matrix where the current Jacobian matrix is stored 225 /** \returns a reference to the triangular matrix R from the QR of the jacobian matrix [all...] |
LMcovar.h | 21 Matrix< Scalar, Dynamic, Dynamic > &r, 34 Matrix< Scalar, Dynamic, 1 > wa(n); 58 /* form the full lower triangle of the covariance matrix */ 75 /* symmetrize the covariance matrix in r. */
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
Quad.java | 20 import android.graphics.Matrix; 119 * The transform is applied by multiplying each point (x, y, 1) by the matrix. 122 * @param matrix the transformation matrix 123 * @return the Quad representing the source rectangle transformed by the matrix 125 public static Quad fromTransformedRect(RectF rect, Matrix matrix) { 126 return Quad.fromRect(rect).transformed(matrix); 130 * Returns the transformation matrix to transform the source Quad to the target Quad. 134 * @return the transformation matrix to map source to target [all...] |
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
FocusOverlayManager.java | 19 import android.graphics.Matrix; 70 private Matrix mMatrix; 114 mMatrix = new Matrix(); 153 Matrix matrix = new Matrix(); local 154 prepareMatrix(matrix, mMirror, mPreviewWidth, mPreviewHeight); 155 // In face detection, the matrix converts the driver coordinates to UI 156 // coordinates. In tap focus, the inverted matrix converts the UI 158 matrix.invert(mMatrix) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageDraw.java | 11 import android.graphics.Matrix; 49 private Matrix mRotateToScreen = new Matrix(); 50 private Matrix mToOrig; 226 Matrix m = new Matrix();
|
/cts/tests/tests/view/src/android/view/cts/ |
TextureViewCameraActivity.java | 21 import android.graphics.Matrix; 111 Matrix transformMatrix = mTextureView.getTransform(null);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Patterns.java | 79 Matrix m = new Matrix();
|
/external/eigen/Eigen/src/Householder/ |
BlockHouseholder.h | 83 Matrix<typename MatrixType::Scalar, TFactorSize, TFactorSize, RowMajor> T(nbVecs,nbVecs); 90 Matrix<typename MatrixType::Scalar,VectorsType::ColsAtCompileTime,MatrixType::ColsAtCompileTime,
|
/external/eigen/bench/btl/libs/tvmet/ |
tvmet_interface.hh | 25 #include <tvmet/Matrix.h> 42 typedef Matrix<real,SIZE,SIZE> gene_matrix;
|
/external/eigen/bench/spbench/ |
sp_solver.cpp | 24 typedef Matrix<double, Dynamic, Dynamic> DenseMatrix; 25 typedef Matrix<double, Dynamic, 1> DenseRhs; 36 /* Fill the matrix with sparse matrix stored in Matrix-Market coordinate column-oriented format */ 37 if (argc < 2) assert(false && "please, give the matrix market file "); 42 cout << "End charging matrix " << endl; 47 if (isvector) { cout << "The provided file is not a matrix file\n"; return -1;} 71 cout<< "Time to load the matrix " << timer.value() <<endl; 93 cout<< "Size of Input Matrix "<< b.size()<<"\n\n" [all...] |
/external/eigen/test/ |
exceptions.cpp | 94 typedef Eigen::Matrix<ScalarWithExceptions,Dynamic,1> VectorType; 95 typedef Eigen::Matrix<ScalarWithExceptions,Dynamic,Dynamic> MatrixType;
|
product_extra.cpp | 16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; 17 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; 18 typedef Matrix<Scalar, Dynamic, Dynamic, 54 // test all possible conjugate combinations for the four matrix-vector product cases: 87 // test the vector-matrix product with non aligned starts 104 VERIFY_IS_APPROX(a1.matrix(),m1*vc2); 106 VERIFY_IS_APPROX(a2.matrix(),s1*m1*vc2); 108 VERIFY_IS_APPROX(a3.matrix(),v1*m1); 110 VERIFY_IS_APPROX(a4.matrix(),m1*m2.adjoint()); 150 Matrix<Scalar,PacketSize,0> a [all...] |
sparseqr.cpp | 47 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMat; 48 typedef Matrix<Scalar,Dynamic,1> DenseVector; 85 // Compute explicitly the matrix Q
|
swap.cpp | 20 struct other_matrix_type<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > 22 typedef Matrix<_Scalar, _Rows, _Cols, _Options^RowMajor, _MaxRows, _MaxCols> type; 34 // construct 3 matrix guaranteed to be distinct 63 // test swapping matrix with expression 79 // test assertion on mismatching size -- matrix case
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
covar.h | 7 Matrix< Scalar, Dynamic, Dynamic > &r, 22 Matrix< Scalar, Dynamic, 1 > wa(n); 46 /* form the full lower triangle of the covariance matrix */ 63 /* symmetrize the covariance matrix in r. */
|
/external/eigen/unsupported/test/ |
cxx11_tensor_of_complex.cpp | 79 typedef Map<Matrix<std::complex<float>, Dynamic, Dynamic>> MapXcf; 82 Matrix<std::complex<float>, Dynamic, Dynamic> m_result(1500, 1400); 84 // This contraction should be equivalent to a regular matrix multiplication
|