#include "SkMath.h"
Go to the source code of this file.
Defines | |
#define | SK_FDot61 (64) |
#define | SK_FDot6Half (32) |
#define | SkIntToFDot6(x) ((x) << 6) |
#define | SkFDot6Floor(x) ((x) >> 6) |
#define | SkFDot6Ceil(x) (((x) + 63) >> 6) |
#define | SkFDot6Round(x) (((x) + 32) >> 6) |
#define | SkFixedToFDot6(x) ((x) >> 10) |
#define | SkScalarToFDot6(x) ((x) >> 10) |
Typedefs | |
typedef int32_t | SkFDot6 |
Functions | |
SkFixed | SkFDot6ToFixed (SkFDot6 x) |
SkFixed | SkFDot6Div (SkFDot6 a, SkFDot6 b) |