ReactOS 0.4.16-dev-1044-ga6558c0
|
#include "ftfd.h"
Go to the source code of this file.
Classes | |
struct | _MALLOC_HEADER |
Macros | |
#define | TAG_FREETYPE 'PYTF' |
Typedefs | |
typedef struct _MALLOC_HEADER | MALLOC_HEADER |
typedef struct _MALLOC_HEADER * | PMALLOC_HEADER |
Functions | |
void | FT_Message (const char *format,...) |
void | FT_Panic (const char *format,...) |
void * | malloc (size_t Size) |
void * | realloc (void *Object, size_t Size) |
void | free (void *Object) |
FILE * | fopen (const char *FileName, const char *Mode) |
int | fseek (FILE *Stream, long Offset, int Origin) |
long | ftell (FILE *Stream) |
size_t | fread (void *Buffer, size_t Size, size_t Count, FILE *Stream) |
int | fclose (FILE *Stream) |
typedef struct _MALLOC_HEADER MALLOC_HEADER |
typedef struct _MALLOC_HEADER * PMALLOC_HEADER |
Function prototypes
Definition at line 16 of file rosglue.c.
Referenced by fclose(), fopen(), fread(), fseek(), ftell(), FtfdCompletePDEV(), FtfdDisablePDEV(), FtfdEnableDriver(), FtfdEnablePDEV(), FtfdFree(), FtfdLoadFontFile(), FtfdQueryFont(), FtfdQueryFontCaps(), FtfdQueryFontFile(), FtfdQueryFontTree(), and FtfdUnloadFontFile().
Definition at line 27 of file rosglue.c.
Definition at line 53 of file rosglue.c.
Definition at line 69 of file rosglue.c.