Searched defs:isPerspective (Results 1 – 3 of 3) sorted by relevance
146 bool Matrix4::isPerspective() const { in isPerspective() function in android::uirenderer::Matrix4
714 static double sk_determinant(const float mat[9], int isPerspective) { in sk_determinant()733 static double sk_inv_determinant(const float mat[9], int isPerspective) { in sk_inv_determinant()
682 bool isPerspective) { in LocalMatrix()