Searched refs:mMatrices (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 139 private float[] mMatrices = new float[INITIAL_RESTORE_STATE_SIZE * MATRIX_SIZE]; field in GLES20Canvas 271 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); in GLES20Canvas() 351 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); in setSize() 356 Matrix.translateM(mMatrices, mCurrentMatrixIndex, 0, height, 0); in setSize() 357 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, 1, -1, 1); in setSize() 394 Matrix.translateM(mMatrices, mCurrentMatrixIndex, x, y, z); in translate() 403 float[] m = mMatrices; in translate() 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); in scale() 422 float[] matrix = mMatrices; in rotate() 431 float[] currentMatrix = mMatrices; in multiplyMatrix() [all …]
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 139 private float[] mMatrices = new float[INITIAL_RESTORE_STATE_SIZE * MATRIX_SIZE]; field in GLES20Canvas 271 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); in GLES20Canvas() 351 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); in setSize() 356 Matrix.translateM(mMatrices, mCurrentMatrixIndex, 0, height, 0); in setSize() 357 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, 1, -1, 1); in setSize() 394 Matrix.translateM(mMatrices, mCurrentMatrixIndex, x, y, z); in translate() 403 float[] m = mMatrices; in translate() 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); in scale() 422 float[] matrix = mMatrices; in rotate() 431 float[] currentMatrix = mMatrices; in multiplyMatrix() [all …]
|