Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkScalar.h48 #define SkScalarMod(x, y) sk_float_mod(x,y)
49 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)
/external/skia/include/private/
DSkFloatingPoint.h74 #define sk_float_mod(x,y) fmodf(x,y) macro
/external/skia/src/animator/
DSkScript.cpp1654 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, sk_float_mod(exp1, exp2), DE…