Searched refs:mCurrentMatrixIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java144 private int mCurrentMatrixIndex = 0; field in class:GLES20Canvas
271 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex);
351 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex);
356 Matrix.translateM(mMatrices, mCurrentMatrixIndex, 0, height, 0);
357 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, 1, -1, 1);
394 Matrix.translateM(mMatrices, mCurrentMatrixIndex, x, y, z);
402 int index = mCurrentMatrixIndex;
412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz);
423 int index = mCurrentMatrixIndex;
432 int index = mCurrentMatrixIndex;
[all...]

Completed in 181 milliseconds