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

  /external/skia/bench/
SKPAnimationBench.cpp 45 SkMatrix currentMatrix = frameMatrix;
50 SkMatrix tileMatrix = currentMatrix;
58 currentMatrix.postConcat(frameMatrix);
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 67 SkMatrix currentMatrix;
68 SkAutoTUnref<SkShader> baseShader(currentShader->refAsALocalMatrixShader(&currentMatrix));
72 if (currentMatrix == *matrix) {
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 331 Matrix currentMatrix = pathAnimatorMatrix.getMatrix();
332 setCurrentMatrix(currentMatrix);
340 private void setCurrentMatrix(Matrix currentMatrix) {
341 mTempMatrix.set(currentMatrix);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 431 float[] currentMatrix = mMatrices;
433 Matrix.multiplyMM(temp, 0, currentMatrix, index, matrix, offset);
434 System.arraycopy(temp, 0, currentMatrix, index, 16);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 431 float[] currentMatrix = mMatrices;
433 Matrix.multiplyMM(temp, 0, currentMatrix, index, matrix, offset);
434 System.arraycopy(temp, 0, currentMatrix, index, 16);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 429 float[] currentMatrix = mMatrices;
431 Matrix.multiplyMM(temp, 0, currentMatrix, index, matrix, offset);
432 System.arraycopy(temp, 0, currentMatrix, index, 16);
    [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 835 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix,
841 currentGroup.mStackedMatrix.set(currentMatrix);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]

Completed in 809 milliseconds