Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h37 #define sk_float_tan(x) (float)::tan(x) macro
51 #define sk_float_tan(x) tanf(x) macro