Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h39 #define sk_float_atan2(y,x) (float)::atan2(y,x) macro
60 #define sk_float_atan2(y,x) atan2f(y,x) macro
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h39 #define sk_float_atan2(y,x) (float)::atan2(y,x) macro
60 #define sk_float_atan2(y,x) atan2f(y,x) macro