Searched refs:dcross (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/core/ |
H A D | SkMatrix.cpp | 717 static inline double dcross(double a, double b, double c, double d) { function 723 return SkDoubleToScalar(dcross(a, b, c, d) * scale); 731 dcross(mat[SkMatrix::kMScaleY], mat[SkMatrix::kMPersp2], 735 dcross(mat[SkMatrix::kMTransY], mat[SkMatrix::kMPersp0], 739 dcross(mat[SkMatrix::kMSkewY], mat[SkMatrix::kMPersp1], 742 det = dcross(mat[SkMatrix::kMScaleX], mat[SkMatrix::kMScaleY],
|
Completed in 100 milliseconds