Searched defs:sk_float_atan2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h62 #define sk_float_atan2(y,x) (float)::atan2(y,x) macro
83 #define sk_float_atan2(y,x) atan2f(y,x) macro
/external/skia/include/core/
H A DSkFloatingPoint.h60 #define sk_float_atan2(y,x) (float)::atan2(y,x) macro
81 #define sk_float_atan2(y,x) atan2f(y,x) macro

Completed in 30 milliseconds