Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp112 static double determinant4x4(const TransformationMatrix::Matrix4& m) in determinant4x4() function
214 double det = determinant4x4(matrix); in inverse()
314 if (determinant4x4(perspectiveMatrix) == 0) in decompose()
968 double det = WebCore::determinant4x4(m_matrix); in isInvertible()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1641130 (WebCore::determinant4x4):