Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/utils/
DMatrixUtils.kt50 return transposeMatrixArray(matrixValues, outArray) in invertAndTransposeMatrix()
77 return transposeMatrixArray(matrixValues, outArray) in calculateTransformDifference()
81 private fun transposeMatrixArray(inMatrixArray: FloatArray, outArray: FloatArray): FloatArray { in transposeMatrixArray() method