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

/external/chromium_org/third_party/skia/include/core/
H A DSkFixed.h60 typedef int32_t SkFract; typedef
66 #define SkFloatToFract(x) ((SkFract)((x) * SK_Fract1))
82 /** Converts a SkFixed to a SkFract, asserting that the result does not overflow
86 inline SkFract SkFixedToFract(SkFixed x)
103 /** Converts a SkFract to a SkFixed
124 SkFract SkFractMul_portable(SkFract, SkFract);
180 inline SkFract SkFractMul_longlong(SkFract
[all...]
/external/skia/include/core/
H A DSkFixed.h60 typedef int32_t SkFract; typedef
66 #define SkFloatToFract(x) ((SkFract)((x) * SK_Fract1))
82 /** Converts a SkFixed to a SkFract, asserting that the result does not overflow
86 inline SkFract SkFixedToFract(SkFixed x)
103 /** Converts a SkFract to a SkFixed
124 SkFract SkFractMul_portable(SkFract, SkFract);
180 inline SkFract SkFractMul_longlong(SkFract
[all...]

Completed in 122 milliseconds