Go to the source code of this file.
Data Structures |
| struct | FT_MemoryRec |
Defines |
| #define | FT_BEGIN_HEADER |
| #define | FT_END_HEADER |
| #define | FT_LOCAL_DEF(x) static x |
| #define | FT_MAKE_TAG(_x1, _x2, _x3, _x4) |
Typedefs |
| typedef unsigned char | FT_Byte |
| typedef signed int | FT_Int |
| typedef unsigned int | FT_UInt |
| typedef signed long | FT_Long |
| typedef unsigned long | FT_ULong |
| typedef signed long | FT_F26Dot6 |
| typedef int | FT_Error |
| typedef void *(* | FT_Alloc_Func )(FT_Memory memory, long size) |
| typedef void(* | FT_Free_Func )(FT_Memory memory, void *block) |
| typedef void *(* | FT_Realloc_Func )(FT_Memory memory, long cur_size, long new_size, void *block) |
| typedef int64_t | FT_Int64 |
Functions |
| static FT_Long | FT_MulDiv (FT_Long a, FT_Long b, FT_Long c) |