Go to the source code of this file.
◆ FT_BASE
| #define FT_BASE |
( |
|
x | ) |
extern x |
◆ FT_BASE_CALLBACK
| #define FT_BASE_CALLBACK |
( |
|
x | ) |
extern x |
◆ FT_BASE_CALLBACK_DEF
| #define FT_BASE_CALLBACK_DEF |
( |
|
x | ) |
x |
◆ FT_BASE_DEF
| #define FT_BASE_DEF |
( |
|
x | ) |
x |
◆ FT_BEGIN_STMNT
| #define FT_BEGIN_STMNT do { |
◆ FT_CALLBACK_DEF
| #define FT_CALLBACK_DEF |
( |
|
x | ) |
static x |
◆ FT_CALLBACK_TABLE
| #define FT_CALLBACK_TABLE extern |
◆ FT_CALLBACK_TABLE_DEF
| #define FT_CALLBACK_TABLE_DEF /* nothing */ |
◆ FT_CHAR_BIT
◆ FT_DUMMY_STMNT
◆ FT_END_STMNT
| #define FT_END_STMNT } while ( 0 ) |
◆ FT_EXPORT
| #define FT_EXPORT |
( |
|
x | ) |
extern x |
◆ FT_EXPORT_DEF
| #define FT_EXPORT_DEF |
( |
|
x | ) |
extern x |
◆ FT_EXPORT_VAR
| #define FT_EXPORT_VAR |
( |
|
x | ) |
extern x |
◆ FT_LOCAL
| #define FT_LOCAL |
( |
|
x | ) |
extern x |
◆ FT_LOCAL_ARRAY
| #define FT_LOCAL_ARRAY |
( |
|
x | ) |
extern const x |
◆ FT_LOCAL_ARRAY_DEF
| #define FT_LOCAL_ARRAY_DEF |
( |
|
x | ) |
const x |
◆ FT_LOCAL_DEF
| #define FT_LOCAL_DEF |
( |
|
x | ) |
x |
◆ FT_TYPEOF
| #define FT_TYPEOF |
( |
|
type | ) |
/* empty */ |
◆ FT_UINT_TO_POINTER
| #define FT_UINT_TO_POINTER |
( |
|
x | ) |
(void*)(unsigned long)(x) |
◆ FT_UNUSED
| #define FT_UNUSED |
( |
|
arg | ) |
( (arg) = (arg) ) |
◆ FT_Int16
◆ FT_UInt16