Searched refs:scaleM (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 357 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, 1, -1, 1); in setSize() 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); in scale() 568 Matrix.scaleM(mTempMatrix, 0, width, height, 1f); in setMatrix() 995 Matrix.scaleM(mTempMatrix, 0, width, height, 1f); in getBounds()
|
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/ |
D | Texture2dProgram.java | 55 Matrix.scaleM(V_FLIP_MATRIX, 0, 1.0f, -1.0f, 1.0f); in Matrix.scaleM()
|
/frameworks/base/opengl/java/android/opengl/ |
D | Matrix.java | 446 public static void scaleM(float[] sm, int smOffset, in scaleM() method in Matrix 468 public static void scaleM(float[] m, int mOffset, in scaleM() method in Matrix
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLDepthTestActivity.java | 169 Matrix.scaleM(mMMatrix, 0, 2.0f, 1.0f, 1.0f); in onDrawFrame()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | SurfaceTextureRenderer.java | 289 Matrix.scaleM(mMVPMatrix, /*offset*/0, /*x*/scaleX, /*y*/scaleY, /*z*/1); in drawFrame()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21260 method public static void scaleM(float[], int, float[], int, float, float, float); 21261 method public static void scaleM(float[], int, float, float, float);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 30397 Landroid/opengl/Matrix;->scaleM([FIFFF)V 30398 Landroid/opengl/Matrix;->scaleM([FI[FIFFF)V
|
D | boot-image-profile.txt | 26891 HSPLandroid/opengl/Matrix;->scaleM([FIFFF)V
|
/frameworks/base/api/ |
D | current.txt | 31967 method public static void scaleM(float[], int, float[], int, float, float, float); 31968 method public static void scaleM(float[], int, float, float, float);
|