Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp742 static double sk_inv_determinant(const float mat[9], int isPerspective) { in sk_inv_determinant() function
865 double invDet = sk_inv_determinant(fMat, isPersp); in invertNonIdentity()
/external/skqp/src/core/
DSkMatrix.cpp745 static double sk_inv_determinant(const float mat[9], int isPerspective) { in sk_inv_determinant() function
873 double invDet = sk_inv_determinant(fMat, isPersp); in invertNonIdentity()