HomeSort by relevance Sort by last modified time
    Searched refs:MATRIX (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperation.h 45 MATRIX,
MatrixTransformOperation.h 45 TransformationMatrix matrix() const { return TransformationMatrix(m_a, m_b, m_c, m_d, m_e, m_f); } function in class:WebCore::MatrixTransformOperation
50 virtual OperationType getOperationType() const { return MATRIX; }
51 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == MATRIX; }
64 TransformationMatrix matrix(m_a, m_b, m_c, m_d, m_e, m_f);
65 transform.multiply(matrix);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 22 import android.graphics.Matrix;
44 // This matrix is recomputed when we go from the thumbnail image to
46 private Matrix mBaseMatrix = new Matrix();
51 // This matrix remains the same when we go from the thumbnail image
53 private Matrix mSuppMatrix = new Matrix();
55 // This is the final matrix which is computed as the concatenation
56 // of the base matrix and the supplementary matrix
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 20 import android.graphics.Matrix;
98 private Matrix mDrawMatrix = new Matrix();
140 if (changed && getScaleType() == ScaleType.MATRIX) {
147 if (getScaleType() == ScaleType.MATRIX) {
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 54 typedef double MATRIX[4][4];
57 double Det4(MATRIX m)
97 MATRIX inmat,outmat;
162 the un-initialized parameters. This uses a 4x4 matrix invertion
169 out - output inverted motion. If singular matrix uninitialized.
172 FALSE - matrix is singular or motion model not supported
231 /* ==> This is a poor implementation of matrix multiplication.
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
vp_motionmodel.c 54 typedef double MATRIX[4][4];
57 double Det4(MATRIX m)
97 MATRIX inmat,outmat;
162 the un-initialized parameters. This uses a 4x4 matrix invertion
169 out - output inverted motion. If singular matrix uninitialized.
172 FALSE - matrix is singular or motion model not supported
231 /* ==> This is a poor implementation of matrix multiplication.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 54 typedef double MATRIX[4][4];
57 double Det4(MATRIX m)
97 MATRIX inmat,outmat;
162 the un-initialized parameters. This uses a 4x4 matrix invertion
169 out - output inverted motion. If singular matrix uninitialized.
172 FALSE - matrix is singular or motion model not supported
231 /* ==> This is a poor implementation of matrix multiplication.
  /external/eigen/blas/
drotm.f 12 * APPLY THE MODIFIED GIVENS TRANSFORMATION, H, TO THE 2 BY N MATRIX
srotm.f 12 * APPLY THE MODIFIED GIVENS TRANSFORMATION, H, TO THE 2 BY N MATRIX
drotmg.f 12 * CONSTRUCT THE MODIFIED GIVENS TRANSFORMATION MATRIX H WHICH ZEROS
srotmg.f 12 * CONSTRUCT THE MODIFIED GIVENS TRANSFORMATION MATRIX H WHICH ZEROS
  /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());
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 21 import android.graphics.Matrix;
39 // This matrix is recomputed when we go from the thumbnail image to
41 protected Matrix mBaseMatrix = new Matrix();
46 // This matrix remains the same when we go from the thumbnail image
48 protected Matrix mSuppMatrix = new Matrix();
50 // This is the final matrix which is computed as the concatentation
51 // of the base matrix and the supplementary matrix
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 26 import android.graphics.Matrix;
67 private Matrix mMatrix;
86 private Matrix mDrawMatrix = null;
101 ScaleType.MATRIX,
168 //need inflate syntax/reader for matrix
172 mMatrix = new Matrix();
475 * Scale using the image matrix when drawing. The image matrix can be set using
476 * {@link ImageView#setImageMatrix(Matrix)}. From XML, use this syntax:
477 * <code>android:scaleType="matrix"</code>
    [all...]
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 9 import android.graphics.Matrix;
155 mBug.setScaleType(ImageView.ScaleType.MATRIX);
301 Matrix m = new Matrix();
379 Matrix mx = new Matrix();
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 27 import android.graphics.Matrix;
473 mContent.setScaleType(ImageView.ScaleType.MATRIX);
474 mContent.setImageMatrix(new Matrix());
533 Matrix m = new Matrix();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 32 import android.graphics.Matrix;
521 Matrix scaleMatrix = new Matrix();
524 h.thumbnailViewImage.setScaleType(ScaleType.MATRIX);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 74 case TransformOperation::MATRIX:
161 case TransformOperation::MATRIX:
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 402 milliseconds

1 2