HomeSort by relevance Sort by last modified time
    Searched full:sk_float_sin (Results 1 - 3 of 3) 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 158 #define SkScalarSin(radians) (float)sk_float_sin(radians)
  /external/skia/src/core/
SkMath.cpp 408 float sinValue = sk_float_sin(radians);

Completed in 757 milliseconds