Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp665 static float sk_inv_determinant(const float mat[9], int isPerspective, in sk_inv_determinant() function
695 static SkFixed sk_inv_determinant(const SkFixed mat[9], int isPerspective, in sk_inv_determinant() function
735 SkScalar scale = sk_inv_determinant(fMat, isPersp, &shift); in invert()