ReactOS 0.4.15-dev-7958-gcd0bb1a
ftsystem.h File Reference
#include <ft2build.h>
Include dependency graph for ftsystem.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
 

Typedef Documentation

◆ FT_Alloc_Func

typedef void *(* FT_Alloc_Func) (FT_Memory memory, long size)

Definition at line 88 of file ftsystem.h.

◆ FT_Free_Func

typedef void(* FT_Free_Func) (FT_Memory memory, void *block)

Definition at line 109 of file ftsystem.h.

◆ FT_Memory

typedef typedefFT_BEGIN_HEADER struct FT_MemoryRec_* FT_Memory

Definition at line 66 of file ftsystem.h.

◆ FT_Realloc_Func

typedef void *(* FT_Realloc_Func) (FT_Memory memory, long cur_size, long new_size, void *block)

Definition at line 142 of file ftsystem.h.

◆ FT_Stream

Definition at line 200 of file ftsystem.h.

◆ FT_Stream_CloseFunc

typedef void(* FT_Stream_CloseFunc) (FT_Stream stream)

Definition at line 271 of file ftsystem.h.

◆ FT_Stream_IoFunc

Definition at line 251 of file ftsystem.h.

◆ FT_StreamDesc

◆ FT_StreamRec