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

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

Completed in 76 milliseconds