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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp320 void Group::draw(SkCanvas* outCanvas, const SkMatrix& currentMatrix, float scaleX, argument
331 stackedMatrix.postConcat(currentMatrix);
H A DOpenGLRenderer.cpp1104 const mat4* currentMatrix = currentTransform(); local
1109 currentMatrix->mapRect(state.mBounds);
1146 state.mMatrix = *currentMatrix;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1046 private void drawGroupTree(VGroup_Delegate currentGroup, Matrix currentMatrix, argument
1052 currentGroup.mStackedMatrix.set(currentMatrix);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java968 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, argument
974 currentGroup.mStackedMatrix.set(currentMatrix);

Completed in 171 milliseconds