Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatingPoint.h54 #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)