Go to the source code of this file.
◆ cf2_doubleToFixed
◆ CF2_Fixed
◆ CF2_FIXED_EPSILON
◆ CF2_FIXED_MAX
◆ CF2_FIXED_MIN
◆ CF2_FIXED_ONE
◆ cf2_fixedAbs
◆ cf2_fixedFloor
◆ cf2_fixedFraction
◆ cf2_fixedRound
| #define cf2_fixedRound |
( |
|
x | ) |
( (CF2_Fixed)( ( (FT_UInt32)(x) + 0x8000U ) & 0xFFFF0000UL ) ) |
◆ cf2_fixedToInt
| #define cf2_fixedToInt |
( |
|
x | ) |
( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) ) |
◆ cf2_fracToFixed
| #define cf2_fracToFixed |
( |
|
x | ) |
( ( (x) + 0x2000 - ( (x) < 0 ) ) >> 14 ) |
◆ cf2_intToFixed
◆ CF2_Frac
◆ CF2_NumberType
◆ CF2_NumberType_
| Enumerator |
|---|
| CF2_NumberFixed | |
| CF2_NumberFrac | |
| CF2_NumberInt | |
Definition at line 79 of file psfixed.h.
80 {
84
enum CF2_NumberType_ CF2_NumberType