Home
last modified time | relevance | path

Searched refs:drawGroupTree (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1046 private void drawGroupTree(VGroup_Delegate currentGroup, Matrix currentMatrix, in drawGroupTree() method in VectorDrawable_Delegate.VPathRenderer_Delegate
1062 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()
1074 drawGroupTree(mRootGroup, Matrix.IDENTITY_MATRIX, canvasPtr, w, h, filterPtr); in draw()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java968 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, in drawGroupTree() method in VectorDrawableCompat.VPathRenderer
983 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()
994 drawGroupTree(mRootGroup, IDENTITY_MATRIX, canvas, w, h, filter); in draw()