HomeSort by relevance Sort by last modified time
    Searched refs:det3x3 (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/utils/
SkMatrix44.cpp 229 static inline double det3x3(double m00, double m01, double m02, function
242 return fMat[0][0] * det3x3(fMat[1][1], fMat[1][2], fMat[1][3],
245 fMat[1][0] * det3x3(fMat[0][1], fMat[0][2], fMat[0][3],
248 fMat[2][0] * det3x3(fMat[0][1], fMat[0][2], fMat[0][3],
251 fMat[3][0] * det3x3(fMat[0][1], fMat[0][2], fMat[0][3],
  /external/skia/src/utils/
SkMatrix44.cpp 399 static inline double det3x3(double m00, double m01, double m02, function

Completed in 50 milliseconds