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

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h59 #define sk_float_tan(x) (float)::tan(x) macro
73 #define sk_float_tan(x) tanf(x) macro
/external/skia/include/core/
H A DSkFloatingPoint.h57 #define sk_float_tan(x) (float)::tan(x) macro
71 #define sk_float_tan(x) tanf(x) macro

Completed in 1012 milliseconds