Searched defs:currentMatrix (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DShader.cpp67 SkMatrix currentMatrix; local
68 SkAutoTUnref<SkShader> baseShader(currentShader->refAsALocalMatrixShader(&currentMatrix));
72 if (currentMatrix == *matrix) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1037 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, argument
1043 currentGroup.mStackedMatrix.set(currentMatrix);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java835 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, argument
841 currentGroup.mStackedMatrix.set(currentMatrix);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1163 const mat4* currentMatrix = currentTransform(); local
1168 currentMatrix->mapRect(state.mBounds);
1204 state.mMatrix.load(*currentMatrix);

Completed in 1079 milliseconds