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

  /external/skia/include/core/
SkFloatingPoint.h 47 #define sk_float_atan2(y,x) (float)::atan2(y,x) macro
68 #define sk_float_atan2(y,x) atan2f(y,x) macro
SkScalar.h 207 #define SkScalarATan2(y, x) (float)sk_float_atan2(y,x)

Completed in 17 milliseconds