HomeSort by relevance Sort by last modified time
    Searched defs:SkFract (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkFixed.h 60 typedef int32_t SkFract;
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 a, SkFract b
    [all...]
  /external/skia/legacy/include/core/
SkFixed.h 51 typedef int32_t SkFract;
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 a, SkFract b
    [all...]

Completed in 32 milliseconds