zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ftsystem.h File Reference
#include <ft2build.h>

Go to the source code of this file.

Classes

struct  FT_MemoryRec_
 
union  FT_StreamDesc_
 
struct  FT_StreamRec_
 

Typedefs

typedef void *(* FT_Alloc_Func )(FT_Memory memory, long size)
 
typedef void(* FT_Free_Func )(FT_Memory memory, void *block)
 
typedef typedefFT_BEGIN_HEADER
struct FT_MemoryRec_
FT_Memory
 
typedef void *(* FT_Realloc_Func )(FT_Memory memory, long cur_size, long new_size, void *block)
 
typedef struct FT_StreamRec_FT_Stream
 
typedef void(* FT_Stream_CloseFunc )(FT_Stream stream)
 
typedef unsigned long(* FT_Stream_IoFunc )(FT_Stream stream, unsigned long offset, unsigned char *buffer, unsigned long count)
 
typedef union FT_StreamDesc_ FT_StreamDesc
 
typedef struct FT_StreamRec_ FT_StreamRec
 

Typedef Documentation

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

Definition at line 89 of file ftsystem.h.

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

Definition at line 110 of file ftsystem.h.

typedef typedefFT_BEGIN_HEADER struct FT_MemoryRec_* FT_Memory

Definition at line 66 of file ftsystem.h.

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

Definition at line 143 of file ftsystem.h.

typedef struct FT_StreamRec_* FT_Stream

Definition at line 196 of file ftsystem.h.

typedef void(* FT_Stream_CloseFunc)(FT_Stream stream)

Definition at line 268 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 248 of file ftsystem.h.

typedef struct FT_StreamRec_ FT_StreamRec