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 711 static double sk_inv_determinant(const float mat[9], int isPerspective) { function
807 double scale = sk_inv_determinant(fMat, isPersp);
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 717 static double sk_inv_determinant(const float mat[9], int isPerspective) { function
813 double scale = sk_inv_determinant(fMat, isPersp);
    [all...]

Completed in 41 milliseconds