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

  /external/skia/include/core/
SkFixed.h 168 #define SkFractMul(a,b) SkFractMul_longlong(a,b)
229 #undef SkFractMul
231 #define SkFractMul(x, y) SkFractMul_arm(x, y)
246 #ifndef SkFractMul
247 #define SkFractMul(x, y) SkFractMul_portable(x, y)
SkScalar.h 219 #define SkDegreesToRadians(degrees) SkFractMul(degrees, SK_FractPIOver180)
  /external/skia/include/utils/
SkCamera.h 32 #define SkUnitScalarMul(a, b) SkFractMul(a, b)
  /external/skia/src/core/
SkGraphics.cpp 251 (void)SkFractMul(0x800000, 0x1500000);
253 printf("-------- SkFractMul = %d\n", SkTime::GetMSecs() - now2);
260 SkFixed c2 = SkFractMul(a, b);
SkMatrix.cpp 672 #define SkPerspMul(a, b) SkFractMul(a, b)
757 inv->fMat[i] = SkFractMul(inv->fMat[i], scale);
941 SkFixed z = SkFractMul(sx, m.fMat[kMPersp0]) +
942 SkFractMul(sy, m.fMat[kMPersp1]) + persp2;
    [all...]

Completed in 3136 milliseconds