Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java851 private final Matrix mStackedMatrix = new Matrix(); field in VectorDrawable_Delegate.VGroup_Delegate
1100 currentGroup.mStackedMatrix.set(currentMatrix); in drawGroupTree()
1101 currentGroup.mStackedMatrix.preConcat(currentGroup.mLocalMatrix); in drawGroupTree()
1110 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()
1132 final Matrix groupStackedMatrix = VGroup.mStackedMatrix; in drawPath()