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

  /external/skia/include/core/
SkFloatingPoint.h 42 #define sk_float_sin(x) (float)::sin(x) macro
56 #define sk_float_sin(x) sinf(x) macro
SkScalar.h 202 #define SkScalarSin(radians) (float)sk_float_sin(radians)
  /external/skia/tests/
InfRectTest.cpp 6 return sk_float_sin(0);
MathTest.cpp 185 return sk_float_sin(0);
  /external/skia/src/core/
SkMath.cpp 408 float sinValue = sk_float_sin(radians);

Completed in 548 milliseconds