Searched defs:mMatrices (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h188 return mMatrices;
276 mMatrices.add(copy);
350 Vector<SkMatrix*> mMatrices; member in class:android::uirenderer::DisplayListRenderer
H A DDisplayList.h494 Vector<SkMatrix*> mMatrices; member in class:android::uirenderer::DisplayList
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java139 private float[] mMatrices = new float[INITIAL_RESTORE_STATE_SIZE * MATRIX_SIZE]; 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);
403 float[] m = mMatrices;
412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz);
422 float[] matrix = mMatrices;
431 float[] currentMatrix = mMatrices;
[all...]

Completed in 380 milliseconds