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

  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 825 static double sk_inv_determinant(const float mat[9], int isPerspective, function
864 static SkFixed sk_inv_determinant(const SkFixed mat[9], int isPerspective, function
969 SkDetScalar scale = sk_inv_determinant(fMat, isPersp, &shift);
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 825 static double sk_inv_determinant(const float mat[9], int isPerspective, function
864 static SkFixed sk_inv_determinant(const SkFixed mat[9], int isPerspective, function
969 SkDetScalar scale = sk_inv_determinant(fMat, isPersp, &shift);
    [all...]

Completed in 80 milliseconds