HomeSort by relevance Sort by last modified time
    Searched defs:mMatrices (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
DisplayListRenderer.h 184 return mMatrices;
271 mMatrices.add(copy);
336 Vector<SkMatrix*> mMatrices;
DisplayList.h 487 Vector<SkMatrix*> mMatrices;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 139 private float[] mMatrices = new float[INITIAL_RESTORE_STATE_SIZE * MATRIX_SIZE];
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);
403 float[] m = mMatrices;
412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz);
422 float[] matrix = mMatrices;
431 float[] currentMatrix = mMatrices;
    [all...]

Completed in 157 milliseconds