Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h38 #define sk_float_tan(x) (float)::tan(x) macro
52 #define sk_float_tan(x) tanf(x) macro
DSkScalar.h157 #define SkScalarTan(radians) (float)sk_float_tan(radians)