Searched
full:matrix (Results
1376 -
1400 of
3296) sorted by null
<<51525354555657585960>>
/cts/tests/tests/widget/src/android/widget/cts/ |
ImageViewTest.java | 33 import android.graphics.Matrix; 290 imageView.setScaleType(ImageView.ScaleType.MATRIX); 291 assertEquals(ImageView.ScaleType.MATRIX, imageView.getScaleType()); 312 final Matrix matrix = new Matrix(); local 313 imageView.setImageMatrix(matrix); 314 assertEquals(matrix, imageView.getImageMatrix());
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Patterns.java | 79 Matrix m = new Matrix();
|
PolyToPoly.java | 38 private Matrix mMatrix = new Matrix();
|
/external/ceres-solver/internal/ceres/ |
block_sparse_matrix_test.cc | 104 Matrix m_a; 105 Matrix m_b;
|
block_structure.h | 33 // object uses the BlockStructure objects to keep track of the matrix 35 // friendly block oriented linear algebra operations on the matrix
|
conditioned_cost_function_test.cc | 78 // Seed a few garbage values in the Jacobian matrix, to make sure that 86 Matrix identity(kTestCostFunctionSize, kTestCostFunctionSize);
|
dense_jacobian_writer.h | 56 // Since the dense matrix has different layout than that assumed by the cost 82 // Now copy the jacobians for each parameter into the dense jacobian matrix.
|
dense_qr_solver.h | 61 // Where Q is an orthonormal matrix and R is an upper triangular 62 // matrix. Then
|
low_rank_inverse_hessian.h | 98 Matrix delta_x_history_; 99 Matrix delta_gradient_history_;
|
partitioned_matrix_view.cc | 48 const BlockSparseMatrix& matrix, 50 : matrix_(matrix), 58 // in E maybe less than the number of row blocks in the input matrix 91 // input matrix is constructed. These methods will benefit from 184 // Given a range of columns blocks of a matrix m, compute the block 185 // structure of the block diagonal of the matrix m(:, 240 // Similar to the code in RightMultiplyE, except instead of the matrix 269 // Similar to the code in RightMultiplyF, except instead of the matrix
|
schur_jacobi_preconditioner.h | 80 // to determine the sparsity structure of the preconditioner matrix. 102 // Preconditioner matrix.
|
visibility.h | 69 // matrix/Schur complement matrix obtained by eliminating the e_blocks
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/test/ |
coverage.rake | 40 manifest = sprockets['gl-matrix-manifest.js'] 64 manifest = sprockets['gl-matrix-manifest.js']
|
/external/chromium_org/content/browser/device_orientation/ |
accelerometer_mac.cc | 56 // Euler angles rotation matrix (because of the 'g' vector, only 3rd row 57 // affects to the result). Note that z-x-y matrix means R = Ry * Rx * Rz.
|
/external/chromium_org/media/tools/shader_bench/ |
gpu_color_painter.cc | 10 // Matrix used for the YUV to RGB conversion. 38 // matrix.
|
/external/chromium_org/skia/ext/ |
skia_utils_mac.h | 51 // Matrix converters. 52 SK_API CGAffineTransform SkMatrixToCGAffineTransform(const SkMatrix& matrix);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
TransformationMatrix.h | 130 // If the matrix has 3D components, the z component of the result is 139 // If the matrix has 3D components, the z component of the result is 242 // This method returns the identity matrix if it is not invertible. 246 // decompose the matrix into its component parts 266 // Throw away the non-affine parts of the matrix (lossy!) 319 // This method returns the matrix without 3D components. 332 // multiply passed 2D point by matrix (assume z=0) 342 // multiply passed 3D point by matrix
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
VersionGLSL.cpp | 17 // 3. Call to a matrix constructor with another matrix as argument.
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftrender.h | 50 const FT_Matrix* matrix, 96 const FT_Matrix* matrix,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_compositor.h | 127 * set yuv -> rgba conversion matrix 130 vl_compositor_set_csc_matrix(struct vl_compositor_state *settings, const vl_csc_matrix *matrix);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_dump.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_xform.c | 27 * Matrix/vertex/vector transformation stuff 33 * 3. Transformation of a point p by a matrix M is: p' = M * p
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.h | 129 STATE_ROT_MATRIX_0, /**< ATI_envmap_bumpmap, rot matrix row 0 */ 130 STATE_ROT_MATRIX_1, /**< ATI_envmap_bumpmap, rot matrix row 1 */
|
/external/chromium_org/third_party/opus/src/silk/ |
VQ_WMat_EC.c | 34 /* Entropy constrained matrix-weighted VQ, hard-coded to 5-element vectors, for a single input data vector */ 39 const opus_int32 *W_Q18, /* I weighting matrix */
|
/external/chromium_org/third_party/skia/include/core/ |
SkReader32.h | 115 void readMatrix(SkMatrix* matrix) { 116 size_t size = matrix->readFromMemory(this->peek());
|
Completed in 988 milliseconds
<<51525354555657585960>>