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

  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 702 static inline double dcross(double a, double b, double c, double d) { function
708 return SkDoubleToScalar(dcross(a, b, c, d) * scale);
716 dcross(mat[SkMatrix::kMScaleY], mat[SkMatrix::kMPersp2],
720 dcross(mat[SkMatrix::kMTransY], mat[SkMatrix::kMPersp0],
724 dcross(mat[SkMatrix::kMSkewY], mat[SkMatrix::kMPersp1],
727 det = dcross(mat[SkMatrix::kMScaleX], mat[SkMatrix::kMScaleY],
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 708 static inline double dcross(double a, double b, double c, double d) { function
714 return SkDoubleToScalar(dcross(a, b, c, d) * scale);
722 dcross(mat[SkMatrix::kMScaleY], mat[SkMatrix::kMPersp2],
726 dcross(mat[SkMatrix::kMTransY], mat[SkMatrix::kMPersp0],
730 dcross(mat[SkMatrix::kMSkewY], mat[SkMatrix::kMPersp1],
733 det = dcross(mat[SkMatrix::kMScaleX], mat[SkMatrix::kMScaleY],
    [all...]

Completed in 147 milliseconds