Home
last modified time | relevance | path

Searched refs:sk_float_sin (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkFloatingPoint.h36 #define sk_float_sin(x) (float)::sin(x) macro
50 #define sk_float_sin(x) sinf(x) macro
DSkScalar.h155 #define SkScalarSin(radians) (float)sk_float_sin(radians)
/external/skia/src/core/
DSkMath.cpp408 float sinValue = sk_float_sin(radians); in SkScalarSinCos()