Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h63 #define sk_float_tan(x) (float)::tan(x) macro
77 #define sk_float_tan(x) tanf(x) macro
DSkScalar.h55 #define SkScalarTan(radians) (float)sk_float_tan(radians)