Searched refs:mMatrixValues (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLCanvasImpl.java | 52 private final float mMatrixValues[] = new float[16]; field in GLCanvasImpl 113 float matrix[] = mMatrixValues; in setSize() 179 gl.glLoadMatrixf(mMatrixValues, 0); in drawRect() 196 gl.glLoadMatrixf(mMatrixValues, 0); in drawLine() 211 gl.glLoadMatrixf(mMatrixValues, 0); in fillRect() 219 Matrix.translateM(mMatrixValues, 0, x, y, z); in translate() 226 float[] m = mMatrixValues; in translate() 234 Matrix.scaleM(mMatrixValues, 0, sx, sy, sz); in scale() 241 Matrix.multiplyMM(temp, 16, mMatrixValues, 0, temp, 0); in rotate() 242 System.arraycopy(temp, 16, mMatrixValues, 0, 16); in rotate() [all …]
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ImageViewTouchBase.java | 55 private final float[] mMatrixValues = new float[9]; field in ImageViewTouchBase 245 matrix.getValues(mMatrixValues); in getValue() 246 return mMatrixValues[whichValue]; in getValue()
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
D | ImageViewTouchBase.java | 60 private final float[] mMatrixValues = new float[9]; field in ImageViewTouchBase 527 matrix.getValues(mMatrixValues); in getValue() 528 return mMatrixValues[whichValue]; in getValue()
|