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

/external/skia/include/core/
H A DSkFixed.h149 typedef int64_t Sk48Dot16; typedef
153 static inline float Sk48Dot16ToScalar(Sk48Dot16 x) {
156 #define SkFloatTo48Dot16(x) (static_cast<Sk48Dot16>((x) * (1 << 16)))

Completed in 301 milliseconds