Searched refs:mul_diff_scale (Results 1 - 2 of 2) sorted by relevance

/external/skia/legacy/src/core/
H A DSkMatrix.cpp743 static float inline mul_diff_scale(double a, double b, double c, double d, function
903 inv->fMat[kMTransX] = mul_diff_scale(fMat[kMSkewX], fMat[kMTransY],
908 inv->fMat[kMTransY] = mul_diff_scale(fMat[kMSkewY], fMat[kMTransX],
/external/skia/src/core/
H A DSkMatrix.cpp809 static float inline mul_diff_scale(double a, double b, double c, double d, function
1010 inv->fMat[kMTransX] = mul_diff_scale(fMat[kMSkewX], fMat[kMTransY],
1015 inv->fMat[kMTransY] = mul_diff_scale(fMat[kMSkewY], fMat[kMTransX],

Completed in 54 milliseconds