Searched refs:MATRIX_SIZE (Results 1 – 1 of 1) sorted by relevance
136 private static final int MATRIX_SIZE = 16; field in GLES20Canvas151 private float[] mProjectionMatrix = new float[MATRIX_SIZE];424 Matrix.multiplyMM(temp, MATRIX_SIZE, matrix, index, temp, 0); in rotate()425 System.arraycopy(temp, MATRIX_SIZE, matrix, index, MATRIX_SIZE); in rotate()456 mCurrentMatrixIndex += MATRIX_SIZE; in save()474 mCurrentMatrixIndex -= MATRIX_SIZE; in restore()974 for (int i = 0; i < MATRIX_SIZE; i++) { in printMatrix()998 bounds.left = Math.round(mTempMatrix[MATRIX_SIZE]); in getBounds()999 bounds.right = Math.round(mTempMatrix[MATRIX_SIZE + 4]); in getBounds()1000 bounds.top = Math.round(mTempMatrix[MATRIX_SIZE + 1]); in getBounds()[all …]