/external/jmonkeyengine/engine/src/android/com/jme3/asset/ |
AndroidImageInfo.java | 5 import android.graphics.Matrix; 90 Matrix flipMat = new Matrix();
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
TrackMetaData.java | 33 private long[] matrix = new long[]{0x00010000, 0, 0, 0, 0x00010000, 0, 0, 0, 0x40000000}; field in class:TrackMetaData 84 return matrix; 88 this.matrix = m;
|
/external/skia/include/effects/ |
Sk2DPathEffect.h | 61 SkLine2DPathEffect(SkScalar width, const SkMatrix& matrix) 62 : Sk2DPathEffect(matrix), fWidth(width) {} 85 * Stamp the specified path to fill the shape, using the matrix to define
|
/external/skia/include/utils/ |
SkLuaCanvas.h | 32 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE; 33 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE; 64 const SkPath& path, const SkMatrix* matrix,
|
SkNWayCanvas.h | 34 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE; 35 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE; 65 const SkPath& path, const SkMatrix* matrix,
|
/external/skia/src/core/ |
SkFilterShader.cpp | 57 const SkMatrix& matrix) { 61 if (!this->INHERITED::setContext(device, paint, matrix)) { 64 if (!fShader->setContext(device, paint, matrix)) {
|
/frameworks/base/core/java/android/view/ |
GLES20RenderLayer.java | 20 import android.graphics.Matrix; 121 void setTransform(Matrix matrix) {
|
/frameworks/base/docs/html/reference/renderscript/ |
structrs__matrix2x2.html | 32 <p>2x2 float matrix 35 <div class="textblock"><p>2x2 float matrix </p> 36 <p>Native holder for RS matrix. Elements are stored in the array at the location [row*2 + col] </p>
|
structrs__matrix3x3.html | 32 <p>3x3 float matrix 35 <div class="textblock"><p>3x3 float matrix </p> 36 <p>Native holder for RS matrix. Elements are stored in the array at the location [row*3 + col] </p>
|
structrs__matrix4x4.html | 32 <p>4x4 float matrix 35 <div class="textblock"><p>4x4 float matrix </p> 36 <p>Native holder for RS matrix. Elements are stored in the array at the location [row*4 + col] </p>
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ProfileAndContactsLoader.java | 77 MatrixCursor matrix = new MatrixCursor(mProjection); 83 matrix.addRow(row); 85 return matrix;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
MatrixUtilsTests.java | 58 final float[][] matrix = 64 tempMatrix[i][j] = matrix[i][j]; 74 MatrixUtils.multiply(matrix, inverse, retval);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.mm | 260 // If YES, the matrix draws itself with rounded corners at the bottom. 270 // Create a zero-size matrix initializing |popupView_|. 305 AutocompleteMatrix* matrix = GetAutocompleteMatrix(); 306 DCHECK(matrix == nil || [matrix isKindOfClass:[AutocompleteMatrix class]]); 307 [matrix setPopupView:NULL]; 339 scoped_nsobject<AutocompleteMatrix> matrix( 344 [contentView addSubview:matrix]; 359 // Size to fit the matrix, and shift down by the size plus the top 436 AutocompleteMatrix* matrix = GetAutocompleteMatrix() [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkShader.h | 41 * Returns true if the local matrix is not an identity matrix. 46 * Returns the local matrix. 51 * Set the shader's local matrix. 52 * @param localM The shader's new local matrix. 57 * Reset the shader's local matrix to identity. 139 * Called once before drawing, with the current paint and device matrix. 149 const SkMatrix& matrix); 209 // by matrix. No extras 211 // by the matrix and taking the distance of resul [all...] |
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkLinearGradient.cpp | 43 static void pts_to_unit_matrix(const SkPoint pts[2], SkMatrix* matrix) { 49 matrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY); 50 matrix->postTranslate(-pts[0].fX, -pts[0].fY); 51 matrix->postScale(inv, inv); 76 const SkMatrix& matrix) { 77 if (!this->INHERITED::setContext(device, paint, matrix)) { 250 SkMatrix* matrix, 255 if (matrix) { 256 matrix->preConcat(fPtsToUnit); 470 const SkMatrix& matrix, 540 SkMatrix matrix; local [all...] |
/external/eigen/bench/spbench/ |
spbenchsolver.h | 119 out << "<TR><TH>Matrix <TH> N <TH> NNZ <TH> "; 126 Stats call_solver(Solver &solver, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX) 129 Matrix<Scalar, Dynamic, 1> x; 163 Matrix<Scalar, Dynamic, 1> temp; 180 Stats call_directsolver(Solver& solver, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX) 188 Stats call_itersolver(Solver &solver, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX) 241 /* Print the results from all solvers corresponding to a particular matrix [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Eigen3f.java | 141 * Scale the matrix so its entries are in [-1,1]. The scaling is applied
142 * only when at least one matrix entry has magnitude larger than 1.
144 * @return the max magnitude in this matrix
180 * Compute the eigenvectors of the given Matrix, using the
272 * Check the rank of the given Matrix to determine if it is positive. While
274 * max row of the matrix in the Vector store.
276 * @param matrix
280 * magnitude entry of the matrix.
282 * a Vector3f to store the values of the row of the matrix
284 * @return true if the given matrix has a non 0 rank. [all...] |
/external/llvm/include/llvm/CodeGen/PBQP/ |
Graph.h | 87 Matrix costs; 92 EdgeEntry(NodeItr node1, NodeItr node2, const Matrix &costs) 96 Matrix& getCosts() { return costs; } 97 const Matrix& getCosts() const { return costs; } 135 // Sanity check on matrix dimensions: 182 const Matrix &costs) { 185 "Matrix dimensions mismatch."); 221 /// \brief Get an edge's cost matrix. 223 /// @return Edge cost matrix. 224 Matrix& getEdgeCosts(EdgeItr eItr) { return getEdge(eItr).getCosts(); [all...] |
/external/skia/include/core/ |
SkShader.h | 41 * Returns true if the local matrix is not an identity matrix. 46 * Returns the local matrix. 51 * Set the shader's local matrix. 52 * @param localM The shader's new local matrix. 57 * Reset the shader's local matrix to identity. 139 * Called once before drawing, with the current paint and device matrix. 149 const SkMatrix& matrix); 209 // by matrix. No extras 211 // by the matrix and taking the distance of resul [all...] |
/external/skia/src/effects/gradients/ |
SkLinearGradient.cpp | 43 static void pts_to_unit_matrix(const SkPoint pts[2], SkMatrix* matrix) { 49 matrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY); 50 matrix->postTranslate(-pts[0].fX, -pts[0].fY); 51 matrix->postScale(inv, inv); 76 const SkMatrix& matrix) { 77 if (!this->INHERITED::setContext(device, paint, matrix)) { 250 SkMatrix* matrix, 255 if (matrix) { 256 matrix->preConcat(fPtsToUnit); 470 const SkMatrix& matrix, 540 SkMatrix matrix; local [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/ |
GearFlowers.svg | 715 gradientTransform="matrix(1.310266,0.000000,0.000000,0.857544,-19.69210,-35.84892)" [all...] |
/external/freetype/src/cff/ |
cffobjs.c | 632 /* Normalize the font matrix so that `matrix->xx' is 1; the */ 635 /* normalization of the matrix). */ 641 FT_Matrix* matrix = &dict->font_matrix; local 644 FT_Fixed temp = FT_ABS( matrix->yy ); 651 matrix->xx = FT_DivFix( matrix->xx, temp ); 652 matrix->yx = FT_DivFix( matrix->yx, temp ); 653 matrix->xy = FT_DivFix( matrix->xy, temp ) 668 FT_Matrix* matrix; local [all...] |
/external/pixman/pixman/ |
pixman-image.c | 282 if (image->common.transform->matrix[2][0] == 0 && 283 image->common.transform->matrix[2][1] == 0 && 284 image->common.transform->matrix[2][2] == pixman_fixed_1) 288 if (image->common.transform->matrix[0][1] == 0 && 289 image->common.transform->matrix[1][0] == 0) 291 if (image->common.transform->matrix[0][0] == -pixman_fixed_1 && 292 image->common.transform->matrix[1][1] == -pixman_fixed_1) 298 else if (image->common.transform->matrix[0][0] == 0 && 299 image->common.transform->matrix[1][1] == 0) 301 pixman_fixed_t m01 = image->common.transform->matrix[0][1] [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapMesh.java | 44 private final Matrix mMatrix = new Matrix(); 45 private final Matrix mInverse = new Matrix();
|
Vertices.java | 40 private final Matrix mMatrix = new Matrix(); 41 private final Matrix mInverse = new Matrix();
|