Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkMatrix.h1743 static void ComputeInv(SkScalar dst[9], const SkScalar src[9], double invDet, bool isPersp);
/external/skia/include/core/
DSkMatrix.h1865 static void ComputeInv(SkScalar dst[9], const SkScalar src[9], double invDet, bool isPersp);
/external/skia/src/core/
DSkMatrix.cpp791 void SkMatrix::ComputeInv(SkScalar dst[9], const SkScalar src[9], double invDet, bool isPersp) { in ComputeInv() function in SkMatrix
880 ComputeInv(tmp->fMat, fMat, invDet, isPersp); in invertNonIdentity()
/external/skqp/src/core/
DSkMatrix.cpp799 void SkMatrix::ComputeInv(SkScalar dst[9], const SkScalar src[9], double invDet, bool isPersp) { in ComputeInv() function in SkMatrix
888 ComputeInv(tmp->fMat, fMat, invDet, isPersp); in invertNonIdentity()