Searched refs:sk_float_mod (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/private/ | ||
D | SkFloatingPoint.h | 54 #define sk_float_mod(x,y) fmodf(x,y) macro |
/external/skia/include/core/ | ||
D | SkScalar.h | 40 #define SkScalarMod(x, y) sk_float_mod(x,y) |