Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.cpp119 static double determinant4x4(const TransformationMatrix::Matrix4& m) in determinant4x4() function
221 double det = determinant4x4(matrix); in inverse()
321 if (determinant4x4(perspectiveMatrix) == 0) in decompose()
1277 double det = WebCore::determinant4x4(m_matrix); in isInvertible()
1498 double determinant = WebCore::determinant4x4(m_matrix); in isBackFaceVisible()