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

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 62 #define sk_float_mod(x,y) (float)::fmod(x,y) macro
83 #define sk_float_mod(x,y) fmodf(x,y) macro
  /external/skia/include/core/
SkFloatingPoint.h 62 #define sk_float_mod(x,y) (float)::fmod(x,y) macro
83 #define sk_float_mod(x,y) fmodf(x,y) macro

Completed in 86 milliseconds