Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h42 #define sk_float_sin(x) (float)::sin(x) macro
56 #define sk_float_sin(x) sinf(x) macro