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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java909 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, method in class:VectorDrawable.VPathRenderer
924 drawGroupTree(childGroup, currentGroup.mStackedMatrix,
935 drawGroupTree(mRootGroup, IDENTITY_MATRIX, canvas, w, h, filter);

Completed in 94 milliseconds