Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>
Go to the source code of this file.
Classes | |
struct | FT_RFork_Ref_ |
Macros | |
#define | FT_RACCESS_N_RULES 9 |
Typedefs | |
typedef struct FT_RFork_Ref_ | FT_RFork_Ref |
Functions | |
FT_Raccess_Guess (FT_Library library, FT_Stream stream, char *base_name, char **new_names, FT_Long *offsets, FT_Error *errors) | |
FT_Raccess_Get_HeaderInfo (FT_Library library, FT_Stream stream, FT_Long rfork_offset, FT_Long *map_offset, FT_Long *rdata_pos) | |
FT_Raccess_Get_DataOffsets (FT_Library library, FT_Stream stream, FT_Long map_offset, FT_Long rdata_pos, FT_Long tag, FT_Long **offsets, FT_Long *count) | |
#define FT_RACCESS_N_RULES 9 |
Definition at line 37 of file ftrfork.h.
Referenced by FT_New_Memory_Face(), and FT_Raccess_Guess().
typedef struct FT_RFork_Ref_ FT_RFork_Ref |
FT_Raccess_Get_DataOffsets | ( | FT_Library | library, |
FT_Stream | stream, | ||
FT_Long | map_offset, | ||
FT_Long | rdata_pos, | ||
FT_Long | tag, | ||
FT_Long ** | offsets, | ||
FT_Long * | count | ||
) |
Definition at line 149 of file ftrfork.c.
References error, FT_NEW_ARRAY, ft_qsort, FT_READ_LONG, FT_READ_USHORT, FT_Stream_Seek(), FT_STREAM_SKIP, FT_TRACE2, i, library, FT_LibraryRec_::memory, NULL, and FT_RFork_Ref_::offset.
Referenced by FT_New_Memory_Face().
FT_Raccess_Get_HeaderInfo | ( | FT_Library | library, |
FT_Stream | stream, | ||
FT_Long | rfork_offset, | ||
FT_Long * | map_offset, | ||
FT_Long * | rdata_pos | ||
) |
Definition at line 50 of file ftrfork.c.
References error, FT_Err_Ok, FT_READ_USHORT, FT_Stream_Read(), FT_Stream_Seek(), FT_STREAM_SKIP, FT_THROW(), FT_UNUSED, i, and void().
Referenced by FT_New_Memory_Face().
FT_Raccess_Guess | ( | FT_Library | library, |
FT_Stream | stream, | ||
char * | base_name, | ||
char ** | new_names, | ||
FT_Long * | offsets, | ||
FT_Error * | errors | ||
) |
Definition at line 823 of file ftrfork.c.
References FT_ERR, FT_RACCESS_N_RULES, FT_UNUSED, i, and NULL.
Referenced by FT_New_Memory_Face().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.