Home
last modified time | relevance | path

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

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