Searched defs:sk_float_sin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h55 #define sk_float_sin(x) (float)::sin(x) macro
69 #define sk_float_sin(x) sinf(x) macro
/external/skia/include/core/
H A DSkFloatingPoint.h55 #define sk_float_sin(x) (float)::sin(x) macro
69 #define sk_float_sin(x) sinf(x) macro

Completed in 107 milliseconds