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

  /external/collada/include/1.4/dom/
domMatrix.h 19 * Matrix transformations embody mathematical changes to points within a coordinate
20 * systems or the coordinate system itself. The matrix element contains a
21 * 4-by-4 matrix of floating-point values.
26 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::MATRIX; }
domTypes.h     [all...]
  /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/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.
  /frameworks/base/core/java/android/widget/
ImageView.java 26 import android.graphics.Matrix;
62 private Matrix mMatrix;
81 private Matrix mDrawMatrix = null;
93 ScaleType.MATRIX,
160 //need inflate syntax/reader for matrix
164 mMatrix = new Matrix();
415 * Scale using the image matrix when drawing. The image matrix can be set using
416 * {@link ImageView#setImageMatrix(Matrix)}. From XML, use this syntax:
417 * <code>android:scaleType="matrix"</code>
    [all...]
  /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...]
  /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();
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 33 import android.graphics.Matrix;
406 imageView.setScaleType(ImageView.ScaleType.MATRIX);
407 assertEquals(ImageView.ScaleType.MATRIX, imageView.getScaleType());
426 args = {android.graphics.Matrix.class}
440 final Matrix matrix = new Matrix(); local
441 imageView.setImageMatrix(matrix);
442 assertEquals(matrix, imageView.getImageMatrix());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 27 import android.graphics.Matrix;
415 Matrix scaleMatrix = new Matrix();
418 h.thumbnailViewImage.setScaleType(ScaleType.MATRIX);
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 27 import android.graphics.Matrix;
524 mContent.setScaleType(ImageView.ScaleType.MATRIX);
525 mContent.setImageMatrix(new Matrix());
584 Matrix m = new Matrix();
  /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...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 525 milliseconds