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
Value: ( (
x) < 0 ? -( ( -(
x) + 0x2000 ) >> 14 ) \
: ( ( (
x) + 0x2000 ) >> 14 ) )
GLint GLint GLint GLint GLint x
Definition at line 74 of file psfixed.h.
◆ cf2_intToFixed
◆ CF2_Frac
◆ CF2_NumberType
◆ CF2_NumberType_
Enumerator |
---|
CF2_NumberFixed | |
CF2_NumberFrac | |
CF2_NumberInt | |
Definition at line 80 of file psfixed.h.
81 {
85
enum CF2_NumberType_ CF2_NumberType