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

  /external/skia/include/core/
SkFloatingPoint.h 34 #define sk_float_sin(x) (float)::sin(x) macro
48 #define sk_float_sin(x) sinf(x) macro
SkScalar.h 206 #define SkScalarSin(radians) (float)sk_float_sin(radians)
  /external/skia/legacy/include/core/
SkFloatingPoint.h 35 #define sk_float_sin(x) (float)::sin(x) macro
49 #define sk_float_sin(x) sinf(x) macro
SkScalar.h 195 #define SkScalarSin(radians) (float)sk_float_sin(radians)
  /external/skia/tests/
InfRectTest.cpp 14 return sk_float_sin(0);
MathTest.cpp 285 return sk_float_sin(0);
  /external/skia/legacy/src/core/
SkMath.cpp 401 float sinValue = sk_float_sin(radians);
  /external/skia/src/core/
SkMath.cpp 400 float sinValue = sk_float_sin(radians);

Completed in 2366 milliseconds