|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ft2build.h>
Go to the source code of this file.
Classes | |
| struct | FT_MemoryRec_ |
| union | FT_StreamDesc_ |
| struct | FT_StreamRec_ |
Typedefs | |
| typedef typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * | FT_Memory |
| 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 struct FT_StreamRec_ * | FT_Stream |
| typedef union FT_StreamDesc_ | FT_StreamDesc |
| typedef unsigned long(* | FT_Stream_IoFunc) (FT_Stream stream, unsigned long offset, unsigned char *buffer, unsigned long count) |
| typedef void(* | FT_Stream_CloseFunc) (FT_Stream stream) |
| typedef struct FT_StreamRec_ | FT_StreamRec |
Definition at line 87 of file ftsystem.h.
Definition at line 108 of file ftsystem.h.
| typedef typedefFT_BEGIN_HEADER struct FT_MemoryRec_* FT_Memory |
Definition at line 65 of file ftsystem.h.
Definition at line 141 of file ftsystem.h.
| typedef struct FT_StreamRec_* FT_Stream |
Definition at line 199 of file ftsystem.h.
Definition at line 269 of file ftsystem.h.
| typedef unsigned long(* FT_Stream_IoFunc) (FT_Stream stream, unsigned long offset, unsigned char *buffer, unsigned long count) |
Definition at line 249 of file ftsystem.h.
| typedef union FT_StreamDesc_ FT_StreamDesc |
| typedef struct FT_StreamRec_ FT_StreamRec |