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

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

Completed in 679 milliseconds