HomeSort by relevance Sort by last modified time
    Searched refs:sk_float_tan (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkFloatingPoint.h 63 #define sk_float_tan(x) (float)::tan(x) macro
77 #define sk_float_tan(x) tanf(x) macro
SkScalar.h 55 #define SkScalarTan(radians) (float)sk_float_tan(radians)

Completed in 76 milliseconds