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

  /external/skia/src/core/
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],
    [all...]
SkPath.cpp     [all...]

Completed in 5565 milliseconds