Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1261 float[] unitVectors = new float[]{0, 1, 1, 0}; in getMatrixScale() local
1262 groupStackedMatrix.mapVectors(unitVectors); in getMatrixScale()
1263 float scaleX = MathUtils.mag(unitVectors[0], unitVectors[1]); in getMatrixScale()
1264 float scaleY = MathUtils.mag(unitVectors[2], unitVectors[3]); in getMatrixScale()
1265 float crossProduct = MathUtils.cross(unitVectors[0], unitVectors[1], in getMatrixScale()
1266 unitVectors[2], unitVectors[3]); in getMatrixScale()