Searched refs:isPerspective (Results 1 - 2 of 2) sorted by relevance

/external/skia/legacy/src/core/
H A DSkMatrix.cpp720 static double sk_inv_determinant(const float mat[9], int isPerspective, argument
724 if (isPerspective) {
759 static SkFixed sk_inv_determinant(const SkFixed mat[9], int isPerspective, argument
763 if (isPerspective) {
/external/skia/src/core/
H A DSkMatrix.cpp786 static double sk_inv_determinant(const float mat[9], int isPerspective, argument
790 if (isPerspective) {
825 static SkFixed sk_inv_determinant(const SkFixed mat[9], int isPerspective, argument
829 if (isPerspective) {

Completed in 49 milliseconds