Searched refs:mStackedMatrix (Results 1 – 2 of 2) sorted by relevance
813 private final Matrix mStackedMatrix = new Matrix(); field in VectorDrawable_Delegate.VGroup_Delegate1052 currentGroup.mStackedMatrix.set(currentMatrix); in drawGroupTree()1053 currentGroup.mStackedMatrix.preConcat(currentGroup.mLocalMatrix); in drawGroupTree()1062 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()1084 final Matrix groupStackedMatrix = VGroup.mStackedMatrix; in drawPath()
974 currentGroup.mStackedMatrix.set(currentMatrix); in drawGroupTree()976 currentGroup.mStackedMatrix.preConcat(currentGroup.mLocalMatrix); in drawGroupTree()983 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()1002 final Matrix groupStackedMatrix = vGroup.mStackedMatrix; in drawPath()1122 private final Matrix mStackedMatrix = new Matrix(); field in VectorDrawableCompat.VGroup