Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1137 final float matrixScale = getMatrixScale(groupStackedMatrix); in drawPath()
1250 private float getMatrixScale(Matrix groupStackedMatrix) { in getMatrixScale() method in VectorDrawable_Delegate.VPathRenderer_Delegate