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

  /external/webkit/WebCore/platform/graphics/transforms/
TransformOperation.h 45 MATRIX,
MatrixTransformOperation.h 48 virtual OperationType getOperationType() const { return MATRIX; }
49 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == MATRIX; }
62 TransformationMatrix matrix(m_a, m_b, m_c, m_d, m_e, m_f);
63 transform.multLeft(TransformationMatrix(matrix));
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerTest.java 43 private static final int MATRIX = 9;
95 mR = new float[MATRIX];
96 mI = new float[MATRIX];
  /frameworks/base/core/java/android/widget/
ImageView.java 26 import android.graphics.Matrix;
62 private Matrix mMatrix;
81 private Matrix mDrawMatrix = null;
92 ScaleType.MATRIX,
151 //need inflate syntax/reader for matrix
155 mMatrix = new Matrix();
374 * Scale using the image matrix when drawing. The image matrix can be set using
375 * {@link ImageView#setImageMatrix(Matrix)}. From XML, use this syntax:
376 * <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/apps/Gallery3D/src/com/cooliris/media/
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...]
  /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());
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 185 case TransformOperation::MATRIX:
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 486 milliseconds