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

/external/skia/src/core/
H A DSkFDot6.h16 typedef int32_t SkFDot6; typedef
23 inline SkFDot6 SkScalarRoundToFDot6(SkScalar x, int shift = 0)
44 inline SkFDot6 SkIntToFDot6(S16CPU x) {
58 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
64 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
67 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {

Completed in 66 milliseconds