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

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 64 #define sk_float_mod(x,y) (float)::fmod(x,y) macro
85 #define sk_float_mod(x,y) fmodf(x,y) macro
SkScalar.h 75 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)
136 #define SkScalarMod(x,y) sk_float_mod(x,y)

Completed in 172 milliseconds