Searched defs:sk_inv_determinant (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkMatrix.cpp720 static double sk_inv_determinant(const float mat[9], int isPerspective, function
759 static SkFixed sk_inv_determinant(const SkFixed mat[9], int isPerspective, function
823 SkDetScalar scale = sk_inv_determinant(fMat, isPersp, &shift);

Completed in 133 milliseconds