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

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 35 #define sk_float_cos(x) (float)::cos(x) macro
49 #define sk_float_cos(x) cosf(x) macro
  /external/skia/include/core/
SkFloatingPoint.h 35 #define sk_float_cos(x) (float)::cos(x) macro
49 #define sk_float_cos(x) cosf(x) macro

Completed in 36 milliseconds