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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java912 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, argument
918 currentGroup.mStackedMatrix.set(currentMatrix);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1376 const mat4* currentMatrix = currentTransform(); local
1381 currentMatrix->mapRect(state.mBounds);
1417 state.mMatrix.load(*currentMatrix);

Completed in 66 milliseconds