Home
last modified time | relevance | path

Searched refs:sk_float_mod (Results 1 – 4 of 4) sorted by relevance

/external/skqp/include/private/
DSkFloatingPoint.h55 #define sk_float_mod(x,y) fmodf(x,y) macro
/external/skia/include/core/
DSkScalar.h40 #define SkScalarMod(x, y) sk_float_mod(x,y)
/external/skqp/include/core/
DSkScalar.h40 #define SkScalarMod(x, y) sk_float_mod(x,y)
/external/skia/include/private/
DSkFloatingPoint.h62 #define sk_float_mod(x,y) fmodf(x,y) macro