OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMatrices
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/packages/WallpaperCropper/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
...]
/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
...]
/packages/apps/Launcher3/WallpaperPicker/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
...]
/frameworks/base/libs/hwui/
DisplayListRenderer.h
188
return
mMatrices
;
276
mMatrices
.add(copy);
350
Vector<SkMatrix*>
mMatrices
;
DisplayList.cpp
134
for (size_t i = 0; i <
mMatrices
.size(); i++) {
135
delete
mMatrices
.itemAt(i);
147
mMatrices
.clear();
240
mMatrices
.appendVector(recorder.getMatrices());
DisplayList.h
494
Vector<SkMatrix*>
mMatrices
;
DisplayListRenderer.cpp
96
mMatrices
.clear();
Completed in 49 milliseconds