Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <proto/exec.h>
#include <dos/stdio.h>
#include <proto/dos.h>
#include <ft2build.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | __NOLIBBASE__ |
#define | __NOGLOBALIFACE__ |
#define | __USE_INLINE__ |
#define | IOBUF_SIZE 512 |
#define | FT_COMPONENT trace_io |
#define | STREAM_FILE(stream) ( (struct SysFile *)stream->descriptor.pointer ) |
Functions | |
APTR | Alloc_VecPooled (APTR poolHeader, ULONG memSize) |
void | Free_VecPooled (APTR poolHeader, APTR memory) |
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_amiga_stream_close (FT_Stream stream) | |
ft_amiga_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) | |
Variables | |
struct Library * | SysBase |
struct Library * | DOSBase |
#define __NOGLOBALIFACE__ |
Definition at line 45 of file ftsystem.c.
#define __NOLIBBASE__ |
Definition at line 44 of file ftsystem.c.
#define __USE_INLINE__ |
Definition at line 46 of file ftsystem.c.
#define FT_COMPONENT trace_io |
Definition at line 238 of file ftsystem.c.
#define IOBUF_SIZE 512 |
Definition at line 58 of file ftsystem.c.
Referenced by ft_amiga_stream_io().
#define STREAM_FILE | ( | stream | ) | ( (struct SysFile *)stream->descriptor.pointer ) |
Definition at line 242 of file ftsystem.c.
Referenced by ft_amiga_stream_close(), and ft_amiga_stream_io().
APTR Alloc_VecPooled | ( | APTR | poolHeader, |
ULONG | memSize | ||
) |
Definition at line 74 of file ftsystem.c.
References NULL.
Referenced by ft_alloc(), and ft_realloc().
void Free_VecPooled | ( | APTR | poolHeader, |
APTR | memory | ||
) |
Definition at line 88 of file ftsystem.c.
References FT_CALLBACK_DEF.
Referenced by ft_free(), and ft_realloc().
Definition at line 141 of file ftsystem.c.
References Alloc_VecPooled(), and FT_CALLBACK_DEF.
Referenced by FT_New_Memory(), and FT_Stream_Open().
ft_amiga_stream_close | ( | FT_Stream | stream | ) |
Definition at line 257 of file ftsystem.c.
References FT_CALLBACK_DEF, NULL, and STREAM_FILE.
Referenced by FT_Stream_Open().
ft_amiga_stream_io | ( | FT_Stream | stream, |
unsigned long | offset, | ||
unsigned char * | buffer, | ||
unsigned long | count | ||
) |
Definition at line 292 of file ftsystem.c.
References FT_BASE_DEF, IOBUF_SIZE, and STREAM_FILE.
Referenced by FT_Stream_Open().
FT_Done_Memory | ( | FT_Memory | memory | ) |
Definition at line 515 of file ftsystem.c.
Referenced by FT_Done_FreeType(), and FT_Init_FreeType().
Definition at line 213 of file ftsystem.c.
References Free_VecPooled().
Referenced by ft_close_stream_by_free(), FT_New_Memory(), and FT_Stream_Open().
FT_New_Memory | ( | void | ) |
Definition at line 475 of file ftsystem.c.
Referenced by FT_Init_FreeType().
Definition at line 173 of file ftsystem.c.
References Alloc_VecPooled(), Free_VecPooled(), FT_CALLBACK_DEF, and NULL.
Referenced by FT_New_Memory().
Definition at line 381 of file ftsystem.c.
Referenced by FT_Stream_New(), and main().
struct Library* DOSBase |
struct Library* SysBase |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.