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

  /external/skia/include/private/
SkFloatingPoint.h 74 #define sk_float_mod(x,y) fmodf(x,y) macro
  /external/skia/include/core/
SkScalar.h 48 #define SkScalarMod(x, y) sk_float_mod(x,y)
49 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)

Completed in 129 milliseconds