/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterDraw.java | 23 import android.graphics.Matrix; 91 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, 109 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, 129 // done this way because of a bug in path.transform(matrix) 159 Matrix toScrMatrix, 175 Matrix m = new Matrix(); 218 void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, 223 public void drawData(Canvas canvas, Matrix originalRotateToScreen, int quality) { 266 public void fillBuffer(Matrix originalRotateToScreen) [all...] |
ImageFilterRedEye.java | 20 import android.graphics.Matrix; 50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, short[] matrix); 65 Matrix originalToScreen = getOriginalToScreenMatrix(w, h);
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
GlowingScene.cpp | 76 Matrix* GlowingScene::setUpModelMatrix() { 77 return new Matrix(); 80 Matrix* GlowingScene::setUpViewMatrix() { 96 // Set the view matrix. 97 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ); 100 Matrix* GlowingScene::setUpProjectionMatrix(float width, float height) { 101 // Create a new perspective projection matrix. The height will stay the same 111 return Matrix::newFrustum(left, right, bottom, top, near, far); 170 Matrix* transformMatrix = Matrix::newScale(mFboRatio, 1.0f, 1.0f) [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
SurfaceTextureRenderer.java | 23 import android.opengl.Matrix; 98 Matrix.setIdentityM(mSTMatrix, 0); 99 Matrix.setIdentityM(mMMatrix, 0); 100 Matrix.rotateM(mMMatrix, 0, 20, 0, 1, 0); 136 Matrix.multiplyMM(mMVPMatrix, 0, mVMatrix, 0, mMMatrix, 0); 137 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0); 151 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7); 226 Matrix.setLookAtM(mVMatrix, 0, 0, 0, 4f, 0f, 0f, 0f, 0f, 1.0f, 0.0f);
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
Rotate3dAnimation.java | 22 import android.graphics.Matrix; 77 final Matrix matrix = t.getMatrix(); local 86 camera.getMatrix(matrix); 89 matrix.preTranslate(-centerX, -centerY); 90 matrix.postTranslate(centerX, centerY);
|
/external/eigen/Eigen/src/SparseCore/ |
SparseRedux.h | 19 eigen_assert(rows()>0 && cols()>0 && "you are using a non initialized matrix"); 32 eigen_assert(rows()>0 && cols()>0 && "you are using a non initialized matrix"); 34 return Matrix<Scalar,1,Dynamic>::Map(m_data.valuePtr(), m_data.size()).sum(); 43 eigen_assert(rows()>0 && cols()>0 && "you are using a non initialized matrix"); 44 return Matrix<Scalar,1,Dynamic>::Map(m_data.valuePtr(), m_data.size()).sum();
|
/external/eigen/bench/btl/generic_bench/init/ |
init_matrix.hh | 38 // Matrix is a Vector of Vector 39 // The Matrix class must satisfy the following part of STL vector concept : 50 template<double init_function(int,int),class Matrix> 51 BTL_DONT_INLINE void init_matrix_symm(Matrix& A, int size){
|
/external/eigen/blas/ |
GeneralRank1Update.h | 15 /* Optimized matrix += alpha * uv' */ 24 typedef Map<const Matrix<Scalar,Dynamic,1> > OtherMap; 29 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i,rows) += alpha * cj(v[i]) * ConjRhsType(OtherMap(u,rows));
|
/external/eigen/test/ |
geo_orthomethods.cpp | 22 typedef Matrix<Scalar,3,3> Matrix3; 23 typedef Matrix<Scalar,3,1> Vector3; 25 typedef Matrix<Scalar,4,1> Vector4; 74 typedef Matrix<RealScalar, 3, 1> RealVector3; 83 typedef Matrix<Scalar,Size,1> VectorType; 84 typedef Matrix<Scalar,3,Size> Matrix3N; 85 typedef Matrix<Scalar,Size,3> MatrixN3; 86 typedef Matrix<Scalar,3,1> Vector3;
|
rvalue_types.cpp | 51 CALL_SUBTEST_1(rvalue_copyassign( Matrix<float,1,Dynamic>::Random(50).eval() )); 54 CALL_SUBTEST_1(rvalue_copyassign( Matrix<float,Dynamic,1>::Random(50).eval() ));
|
spqr_support.cpp | 34 Matrix<Scalar,Dynamic,Dynamic> dA; 35 typedef Matrix<Scalar,Dynamic,1> DenseVector;
|
/external/llvm/lib/CodeGen/ |
LiveRegMatrix.cpp | 33 "Live Register Matrix", false, false) 37 "Live Register Matrix", false, false) 55 if (NumRegUnits != Matrix.size()) 57 Matrix.init(LIUAlloc, NumRegUnits); 65 for (unsigned i = 0, e = Matrix.size(); i != e; ++i) { 66 Matrix[i].clear(); 106 Matrix[Unit].unify(VirtReg, Range); 123 Matrix[Unit].extract(VirtReg, Range); 133 if (!Matrix[*Unit].empty()) 174 Q.init(UserTag, &VirtReg, &Matrix[RegUnit]) [all...] |
/external/tensorflow/tensorflow/contrib/layers/ops/ |
sparse_feature_cross_op.cc | 36 c->set_output(0, c->Matrix(c->UnknownDim(), 2)); 108 c->set_output(0, c->Matrix(c->UnknownDim(), 2));
|
/external/tensorflow/tensorflow/core/util/ctc/ |
ctc_loss_calculator.cc | 25 const std::vector<int>& l_prime, const Matrix& y, bool ctc_merge_repeated, 26 Matrix* log_alpha) const { 79 const std::vector<int>& l_prime, const Matrix& y, bool ctc_merge_repeated, 80 Matrix* log_beta) const { 82 // Matrix log_beta = 83 // Matrix::Constant(l_prime.size(), y.cols() - output_delay_, 134 const Matrix& y, 135 const Matrix& log_alpha, 136 const Matrix& log_beta, 137 float log_p_z_x, Matrix* dy) const [all...] |
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
Transform.java | 32 Matrix[][] mAllMat = new Matrix[3][3];
44 Matrix m = new Matrix();
49 mAllMat[SCREEN_SPACE][WORLD_SPACE] = new Matrix(mViewMatrix);
51 m = new Matrix();
73 public Matrix getMatrix(char from, char to) {
172 Matrix m = t.getMatrix(SCREEN_SPACE, VOLUME_SPACE);
|
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/ |
TopCropImageView.java | 20 import android.graphics.Matrix; 51 setScaleType(ScaleType.MATRIX); 70 Matrix matrix = getImageMatrix(); local 71 matrix.setScale(usedScaleFactor, usedScaleFactor, 0, 0); 72 matrix.postTranslate((frameWidth - newImageWidth) / 2, 0); 73 setImageMatrix(matrix);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
LiveRegMatrix.h | 11 // along two dimensions: Slot indexes and register units. The matrix is used by 49 // The matrix is represented as a LiveIntervalUnion per register unit. 51 LiveIntervalUnion::Array Matrix; 140 /// Query a line of the assigned virtual register matrix directly. 148 LiveIntervalUnion *getLiveUnions() { return &Matrix[0]; }
|