Searched refs:mCurrentMatrixIndex (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 144 private int mCurrentMatrixIndex = 0; 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() 402 int index = mCurrentMatrixIndex; in translate() 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); in scale() 423 int index = mCurrentMatrixIndex; in rotate() 432 int index = mCurrentMatrixIndex; in multiplyMatrix() [all …]
|