/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix4f.java | 30 * Creates a new identity 4x4 matrix 38 * Creates a new matrix and sets its values from the given 41 * @param dataArray values to set the matrix to, must be 16 50 * Return a reference to the internal array representing matrix 51 * values. Modifying this array will also change the matrix 53 * @return internal array representing the matrix 82 * Sets the matrix values to identity 107 * Sets the values of the matrix to those of the parameter 109 * @param src matrix to load the values from 116 * Sets the values of the matrix to those of the paramete [all...] |
/frameworks/base/docs/html/reference/renderscript/ |
rs__matrix_8rsh_source.html | 50 <a name="l00067"></a>00067 <a class="code" href="rs__matrix_8rsh.html#aca88832ed720e301780152c60884393e">rsMatrixSet</a>(<a class="code" href="structrs__matrix4x4.html" title="4x4 float matrix">rs_matrix4x4</a> *m, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row, <span class="keywordtype">float</span> v); 52 <a name="l00072"></a>00072 <a class="code" href="rs__matrix_8rsh.html#aca88832ed720e301780152c60884393e">rsMatrixSet</a>(<a class="code" href="structrs__matrix3x3.html" title="3x3 float matrix">rs_matrix3x3</a> *m, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row, <span class="keywordtype">float</span> v); 54 <a name="l00077"></a>00077 <a class="code" href="rs__matrix_8rsh.html#aca88832ed720e301780152c60884393e">rsMatrixSet</a>(<a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row, <span class="keywordtype">float</span> v); 57 <a name="l00092"></a>00092 <a class="code" href="rs__matrix_8rsh.html#af26fdbf8b8f0ed5d1b53f62b2aef5110">rsMatrixGet</a>(const <a class="code" href="structrs__matrix4x4.html" title="4x4 float matrix">rs_matrix4x4</a> *m, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row); 59 <a name="l00097"></a>00097 <a class="code" href="rs__matrix_8rsh.html#af26fdbf8b8f0ed5d1b53f62b2aef5110">rsMatrixGet</a>(const <a class="code" href="structrs__matrix3x3.html" title="3x3 float matrix">rs_matrix3x3</a> *m, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row); 61 <a name="l00102"></a>00102 <a class="code" href="rs__matrix_8rsh.html#af26fdbf8b8f0ed5d1b53f62b2aef5110">rsMatrixGet</a>(const <a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row); 63 <a name="l00109"></a>00109 extern <span class="keywordtype">void</span> __attribute__((overloadable)) <a class="code" href="rs__matrix_8rsh.html#a0ffd9de971cf10d0a663ff565be8d3cc">rsMatrixLoadIdentity</a>(<a class="code" href="structrs__matrix4x4.html" title="4x4 float matrix">rs_matrix4x4</a> *m); 64 <a name="l00113"></a>00113 extern <span class="keywordtype">void</span> __attribute__((overloadable)) <a class="code" href="rs__matrix_8rsh.html#a0ffd9de971cf10d0a663ff565be8d3cc">rsMatrixLoadIdentity</a>(<a class="code" href="structrs__matrix3x3.html" title="3x3 float matrix">rs_matrix3x3</a> *m); 65 <a name="l00117"></a>00117 extern <span class="keywordtype">void</span> __attribute__((overloadable)) <a class="code" href="rs__matrix_8rsh.html#a0ffd9de971cf10d0a663ff565be8d3cc">rsMatrixLoadIdentity</a>(<a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m); 67 <a name="l00130"></a>00130 extern <span class="keywordtype">void</span> __attribute__((overloadable)) <a class="code" href="rs__matrix_8rsh.html#ac380c4117e047da494a74f0dad20fab3">rsMatrixLoad</a>(<a class="code" href="structrs__matrix4x4.html" title="4x4 float matrix">rs_matrix4x4</a> *m, const <span class="keywordtype">float</span> *v) [all...] |
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
SceneGraphNode.cpp | 26 void SceneGraphNode::draw(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/ |
FlockingScene.h | 33 Matrix* setUpModelMatrix(); 34 Matrix* setUpViewMatrix(); 35 Matrix* setUpProjectionMatrix(float width, float height);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
ShaderTest.java | 21 import android.graphics.Matrix; 37 Matrix m = new Matrix();
|
/development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/ |
NDKHelper.java | 28 import android.graphics.Matrix; 64 // create a matrix for the manipulation 65 Matrix matrix = new Matrix(); local 68 matrix.postScale(newWidth / width, newHeight / height); 72 bitmapToScale.getHeight(), matrix, true); 95 // Matrix matrix = new Matrix(); [all...] |
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/ |
NDKHelper.java | 28 import android.graphics.Matrix; 64 // create a matrix for the manipulation 65 Matrix matrix = new Matrix(); local 68 matrix.postScale(newWidth / width, newHeight / height); 72 bitmapToScale.getHeight(), matrix, true); 95 // Matrix matrix = new Matrix(); [all...] |
/external/ceres-solver/internal/ceres/ |
cxsparse.h | 58 // A - The system matrix. 66 // Creates a sparse matrix from a compressed-column form. No memory is 71 // Creates a new matrix from a triplet form. Deallocate the returned matrix 77 // The returned matrix should be deallocated with Free when not used 83 // The returned matrix should be deallocated with Free when not used 89 // The returned matrix should be deallocated with Free when not used anymore. 95 // The returned matrix should be deallocated with Free when not used anymore. 100 // function first detects the block sparsity of the matrix using 102 // sparse matrix to find a fill-reducing ordering. This ordering i [all...] |
sparse_matrix.h | 47 // information about the sparsity structure of the matrix is 52 // sparse matrix will have a two part representation. A values array 53 // that will be used to store the entries of the sparse matrix and 61 // the structure of the sparse matrix as that seems to be highly 62 // matrix type dependent and we are at this stage unable to come up 64 // matrix types. 84 // sparse matrix. 85 virtual void ToDenseMatrix(Matrix* dense_matrix) const = 0; 87 // Write out the matrix as a sequence of (i,j,s) triplets. This 88 // format is useful for loading the matrix into MATLAB/octave as [all...] |
/external/chromium_org/cc/quads/ |
stream_video_draw_quad.h | 24 const gfx::Transform& matrix); 32 const gfx::Transform& matrix); 35 gfx::Transform matrix; member in class:cc::StreamVideoDrawQuad
|
/external/chromium_org/content/renderer/compositor_bindings/ |
web_transform_operations_impl.cc | 51 void WebTransformOperationsImpl::appendMatrix(const SkMatrix44& matrix) { 53 transform.matrix() = matrix;
|
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/ |
matrix.h | 9 /** @file matrix.cc 10 * Implements simple matrix manipulation functions. 21 /// Since GLES2 doesn't have all the nifty matrix transform functions that GL
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/ |
matrix.h | 9 /** @file matrix.cc 10 * Implements simple matrix manipulation functions. 21 /// Since GLES2 doesn't have all the nifty matrix transform functions that GL
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfType1ShadingDictionary_autogen.cpp | 23 SkPdfArray* SkPdfType1ShadingDictionary::Matrix(SkPdfNativeDoc* doc) { 24 SkPdfNativeObject* ret = get("Matrix", ""); 32 return get("Matrix", "") != NULL;
|
/external/chromium_org/third_party/skia/gm/ |
imageresizetiled.cpp | 35 SkMatrix matrix; variable 36 matrix.setScale(RESIZE_FACTOR, RESIZE_FACTOR); 38 SkMatrixImageFilter::Create(matrix, SkPaint::kNone_FilterLevel));
|
/external/chromium_org/third_party/skia/include/effects/ |
SkMatrixImageFilter.h | 18 Matrix transformation image filter. This filter draws its source 19 input transformed by the given matrix. 25 * @param transform The matrix to apply when drawing the src bitmap
|
/external/chromium_org/third_party/skia/src/core/ |
SkTextMapStateProc.h | 16 SkTextMapStateProc(const SkMatrix& matrix, SkScalar y, int scalarsPerPosition) 17 : fMatrix(matrix) 18 , fProc(matrix.getMapXYProc())
|
/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/doc/ |
HiPerformance.dox | 4 /** \page TopicWritingEfficientProductExpression Writing efficient matrix product expressions 14 all kind of matrix products and triangular solvers. 23 \section GEMM General Matrix-Matrix product (GEMM) 25 Let's start with the most common primitive: the matrix product of general dense matrices. 31 When Eigen detects a matrix product, it analyzes both sides of the product to extract a 69 and a matrix product does not evaluate the matrix product but instead it 70 returns a matrix product expression tracking the scalar scaling factor. <br> 71 Without this optimization, the matrix product would be evaluated into [all...] |
/external/eigen/test/eigen2/ |
eigen2_smallvectors.cpp | 14 typedef Matrix<Scalar, 1, 2> V2; 15 typedef Matrix<Scalar, 3, 1> V3; 16 typedef Matrix<Scalar, 1, 4> V4;
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
Scaling.h | 20 * NOTE It is assumed that the matrix does not have empty row or column, 28 * // Compute the left and right scaling vectors. The matrix is equilibrated at output 38 * \tparam _MatrixType the type of the matrix. It should be a real square sparsematrix 40 * References : D. Ruiz and B. Ucar, A Symmetry Preserving Algorithm for Matrix Scaling, INRIA Research report RR-7552 57 IterScaling(const MatrixType& matrix) 60 compute(matrix); 66 * Compute the left and right diagonal matrices to scale the input matrix @p mat 76 eigen_assert((m>0 && m == n) && "Please give a non - empty matrix"); 113 // Scale the rows and the columns of the matrix 137 * the input matrix is scaled with the computed vectors at outpu [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
rwupdt.h | 7 Matrix< Scalar, Dynamic, Dynamic > &r, 8 const Matrix< Scalar, Dynamic, 1> &w, 9 Matrix< Scalar, Dynamic, 1> &b,
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfType1ShadingDictionary_autogen.cpp | 23 SkPdfArray* SkPdfType1ShadingDictionary::Matrix(SkPdfNativeDoc* doc) { 24 SkPdfNativeObject* ret = get("Matrix", ""); 32 return get("Matrix", "") != NULL;
|
/external/skia/gm/ |
imageresizetiled.cpp | 35 SkMatrix matrix; variable 36 matrix.setScale(RESIZE_FACTOR, RESIZE_FACTOR); 38 SkMatrixImageFilter::Create(matrix, SkPaint::kNone_FilterLevel));
|
/external/skia/include/effects/ |
SkMatrixImageFilter.h | 18 Matrix transformation image filter. This filter draws its source 19 input transformed by the given matrix. 25 * @param transform The matrix to apply when drawing the src bitmap
|