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

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 59 private final float mMatrixValues[] = new float[16];
124 // mMatrixValues and mAlpha will be initialized in setSize()
146 float matrix[] = mMatrixValues;
187 gl.glLoadMatrixf(mMatrixValues, 0);
205 gl.glLoadMatrixf(mMatrixValues, 0);
221 gl.glLoadMatrixf(mMatrixValues, 0);
230 Matrix.translateM(mMatrixValues, 0, x, y, z);
238 float[] m = mMatrixValues;
247 Matrix.scaleM(mMatrixValues, 0, sx, sy, sz);
255 Matrix.multiplyMM(temp, 16, mMatrixValues, 0, temp, 0)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 55 private final float[] mMatrixValues = new float[9];
245 matrix.getValues(mMatrixValues);
246 return mMatrixValues[whichValue];
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 60 private final float[] mMatrixValues = new float[9];
527 matrix.getValues(mMatrixValues);
528 return mMatrixValues[whichValue];

Completed in 90 milliseconds