ReactOS 0.4.16-dev-1067-ge98bba2
|
#include <ft2build.h>
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT io |
#define | STREAM_FILE(stream) ( (FT_FILE*)stream->descriptor.pointer ) |
Functions | |
ft_alloc (FT_Memory memory, long size) | |
ft_realloc (FT_Memory memory, long cur_size, long new_size, void *block) | |
ft_free (FT_Memory memory, void *block) | |
ft_ansi_stream_close (FT_Stream stream) | |
ft_ansi_stream_io (FT_Stream stream, unsigned long offset, unsigned char *buffer, unsigned long count) | |
FT_Stream_Open (FT_Stream stream, const char *filepathname) | |
FT_New_Memory (void) | |
FT_Done_Memory (FT_Memory memory) | |
Definition at line 157 of file ftsystem.c.
#define STREAM_FILE | ( | stream | ) | ( (FT_FILE*)stream->descriptor.pointer ) |
Definition at line 161 of file ftsystem.c.
ft_ansi_stream_close | ( | FT_Stream | stream | ) |
Definition at line 177 of file ftsystem.c.
Referenced by FT_Stream_Open().
ft_ansi_stream_io | ( | FT_Stream | stream, |
unsigned long | offset, | ||
unsigned char * | buffer, | ||
unsigned long | count | ||
) |
Definition at line 214 of file ftsystem.c.
Referenced by FT_Stream_Open().
FT_Done_Memory | ( | FT_Memory | memory | ) |
Definition at line 324 of file ftsystem.c.
Referenced by FT_Done_FreeType(), and FT_Init_FreeType().
FT_New_Memory | ( | void | ) |
Definition at line 300 of file ftsystem.c.
Referenced by FT_Init_FreeType().
Definition at line 105 of file ftsystem.c.
Referenced by FT_New_Memory().
Definition at line 237 of file ftsystem.c.
Referenced by FT_Stream_New().