Searched defs:SkScalarFraction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkScalar.h73 /** SkScalarFraction(x) returns the signed fractional part of the argument
75 #define SkScalarFraction(x) sk_float_mod(x, 1.0f) macro
/external/skia/include/core/
H A DSkScalar.h73 /** SkScalarFraction(x) returns the signed fractional part of the argument
75 #define SkScalarFraction(x) sk_float_mod(x, 1.0f) macro

Completed in 142 milliseconds