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

/external/skia/include/core/
H A DSkFixed.h51 typedef int32_t SkFract; typedef
58 #define SkFloatToFract(x) ((SkFract)((x) * SK_Fract1))
75 /** Converts a SkFixed to a SkFract, asserting that the result does not overflow
79 inline SkFract SkFixedToFract(SkFixed x)
96 /** Converts a SkFract to a SkFixed
117 SkFract SkFractMul_portable(SkFract, SkFract);
173 inline SkFract SkFractMul_longlong(SkFract
[all...]

Completed in 103 milliseconds