/frameworks/base/core/java/android/view/ |
TextureView.java | 22 import android.graphics.Matrix; 115 private final Matrix mMatrix = new Matrix(); 474 * @see #getTransform(android.graphics.Matrix) 478 public void setTransform(Matrix transform) { 487 * @param transform The {@link Matrix} in which to copy the current 490 * @return The specified matrix if not null or a new {@link Matrix} 493 * @see #setTransform(android.graphics.Matrix) 495 public Matrix getTransform(Matrix transform) [all...] |
/frameworks/base/core/jni/ |
android_view_MotionEvent.cpp | 29 #include "android/graphics/Matrix.h" 680 SkMatrix* matrix = android_graphics_Matrix_getSkMatrix(env, matrixObj); local 684 m[0] = SkScalarToFloat(matrix->get(SkMatrix::kMScaleX)); 685 m[1] = SkScalarToFloat(matrix->get(SkMatrix::kMSkewX)); 686 m[2] = SkScalarToFloat(matrix->get(SkMatrix::kMTransX)); 687 m[3] = SkScalarToFloat(matrix->get(SkMatrix::kMSkewY)); 688 m[4] = SkScalarToFloat(matrix->get(SkMatrix::kMScaleY)); 689 m[5] = SkScalarToFloat(matrix->get(SkMatrix::kMTransY)); 690 m[6] = SkScalarToFloat(matrix->get(SkMatrix::kMPersp0)); 691 m[7] = SkScalarToFloat(matrix->get(SkMatrix::kMPersp1)) [all...] |
/frameworks/base/docs/html/reference/renderscript/ |
annotated.html | 35 <tr><td class="indexkey"><a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a></td><td class="indexvalue">2x2 float matrix </td></tr> 36 <tr><td class="indexkey"><a class="el" href="structrs__matrix3x3.html">rs_matrix3x3</a></td><td class="indexvalue">3x3 float matrix </td></tr> 37 <tr><td class="indexkey"><a class="el" href="structrs__matrix4x4.html">rs_matrix4x4</a></td><td class="indexvalue">4x4 float matrix </td></tr>
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
android.view.MotionEvent.html | 86 <A NAME="android.view.MotionEvent.transform_added(android.graphics.Matrix)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/view/MotionEvent.html#transform(android.graphics.Matrix)" target="_top"><code>transform</code></A>(<code>Matrix</code>)</nobr>
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
pkg_android.opengl.html | 91 <A NAME="Matrix"></A> 92 <nobr><A HREF="android.opengl.Matrix.html">Matrix</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
constructors_index_changes.html | 65 <nobr><A HREF="android.opengl.Matrix.html#android.opengl.Matrix.ctor_changed()" class="hiddenlink" target="rightframe">Matrix
|
pkg_android.opengl.html | 84 <A NAME="Matrix"></A> 85 <nobr><A HREF="android.opengl.Matrix.html">Matrix</A></nobr>
|
/frameworks/base/docs/html/training/graphics/opengl/ |
touch.jd | 129 <strong>Matrix.setRotateM(mRotationMatrix, 0, mAngle, 0, 0, -1.0f);</strong> 131 // Combine the rotation matrix with the projection and camera view 132 Matrix.multiplyMM(mMVPMatrix, 0, mRotationMatrix, 0, mMVPMatrix, 0);
|
/frameworks/base/libs/hwui/ |
FontRenderer.h | 34 #include "Matrix.h" 100 void setFont(SkPaint* paint, const mat4& matrix); 102 void precache(SkPaint* paint, const char* text, int numGlyphs, const mat4& matrix);
|
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/ |
TransformTestActivity.java | 22 import android.graphics.Matrix; 69 private Matrix mMatrix; 127 mMatrix = new Matrix();
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 414 /*package*/ static void native_addPath(int nPath, int src, int matrix) { 415 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(matrix); 453 /*package*/ static void native_transform(int nPath, int matrix, 460 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(matrix); 472 /*package*/ static void native_transform(int nPath, int matrix) { 473 native_transform(nPath, matrix, 0); 788 * Transform the points in this path by matrix, and write the answer 791 * @param matrix The matrix to apply to the path 795 public void transform(Matrix_Delegate matrix, Path_Delegate dst) [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
RotateLayout.java | 22 import android.graphics.Matrix; 39 private Matrix mMatrix = new Matrix();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
Action.java | 23 import android.graphics.Matrix; 163 Matrix m = new Matrix();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterGrad.java | 21 import android.graphics.Matrix; 28 import android.graphics.Matrix; 129 Matrix m = getOriginalToScreenMatrix(width, height);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
LevenshteinDistance.java | 20 * This class represents the matrix used in the Levenshtein distance algorithm, together 21 * with the algorithm itself which operates on the matrix. 24 * target string so we can trace the path taken through the matrix afterwards, in order to
|
/packages/apps/Settings/src/com/android/settings/widget/ |
PieChartView.java | 23 import android.graphics.Matrix; 51 private Matrix mMatrix = new Matrix();
|
/external/chromium_org/third_party/skia/src/core/ |
SkPicturePlayback.cpp | 842 const SkMatrix* matrix = getMatrix(reader); local 843 canvas.drawBitmapMatrix(bitmap, *matrix, paint); 973 const SkMatrix* matrix = getMatrix(reader); local 1024 SkMatrix matrix; local 1545 const SkMatrix& matrix = fMatrices[index]; local [all...] |
/external/skia/src/core/ |
SkPicturePlayback.cpp | 842 const SkMatrix* matrix = getMatrix(reader); local 843 canvas.drawBitmapMatrix(bitmap, *matrix, paint); 973 const SkMatrix* matrix = getMatrix(reader); local 1024 SkMatrix matrix; local 1545 const SkMatrix& matrix = fMatrices[index]; local [all...] |
/external/opencv/cv/src/ |
cvimgwarp.cpp | [all...] |
/external/chromium_org/cc/output/ |
direct_renderer.cc | 30 proj.matrix().setDouble(0, 0, 2.0f / delta_x); 31 proj.matrix().setDouble(0, 3, -(right + left) / delta_x); 32 proj.matrix().setDouble(1, 1, 2.0f / delta_y); 33 proj.matrix().setDouble(1, 3, -(top + bottom) / delta_y); 37 proj.matrix().setDouble(2, 2, 0);
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ParseHelper.cpp | 17 // Sub- vector and matrix fields 116 // for a matrix. 126 error(line, "illegal length of matrix field selection", compString.c_str()); 132 error(line, "illegal matrix field selection", compString.c_str()); 139 error(line, "illegal matrix field selection", compString.c_str()); 147 error(line, "illegal matrix field selection", compString.c_str()); 155 error(line, "matrix field selection out of range", compString.c_str()); 528 error(line, "constructing matrix from matrix can only take one argument", "constructor"); 602 if (pType.type != EbtBool || pType.array || pType.matrix || (pType.size > 1)) [all...] |
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrConfigConversionEffect.cpp | 110 const SkMatrix& matrix) 111 : GrSingleTextureEffect(texture, matrix) 277 const SkMatrix& matrix) { 282 return GrSimpleTextureEffect::Create(texture, matrix); 293 matrix)));
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGParser.cpp | 279 SkASSERT(strncmp(string.c_str(), "matrix", 6) == 0); 281 _startElement("matrix"); 288 SkASSERT(strncmp(str, "matrix(", 7) == 0); 314 _addAttribute("matrix", string); 315 _endElement(); // matrix
|
/external/eigen/Eigen/src/Core/ |
Dot.h | 107 * In both cases, it consists in the sum of the square of all the matrix entries. 119 * In both cases, it consists in the square root of the sum of the square of all the matrix entries. 233 /** \returns true if *this is approximately an unitary matrix, 235 * type is real numbers, a unitary matrix is an orthogonal matrix, whence the name.
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Hyperplane.h | 40 typedef Matrix<Scalar,AmbientDimAtCompileTime,1> VectorType; 41 typedef Matrix<Scalar,int(AmbientDimAtCompileTime)==Dynamic 189 /** Applies the transformation matrix \a mat to \c *this and returns a reference to \c *this. 191 * \param mat the Dim x Dim transformation matrix 192 * \param traits specifies whether the matrix \a mat represents an Isometry
|