#include <ft2build.h>
Go to the source code of this file.
Classes | |
struct | FT_RFork_Ref_ |
Defines | |
#define | FT_RACCESS_N_RULES 9 |
Typedefs | |
typedef 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) |
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 xmlio::cnt, error, FT_FREE, FT_NEW_ARRAY, ft_qsort, ft_raccess_sort_ref_by_id(), FT_READ_LONG, FT_READ_USHORT, FT_Stream_Seek(), FT_STREAM_SKIP, FT_TRACE2, i, j, and RooFitShortHand::L().
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_READ_USHORT, FT_Stream_Read(), FT_Stream_Seek(), FT_STREAM_SKIP, FT_UNUSED, i, and void.
FT_Raccess_Guess | ( | FT_Library | library, | |
FT_Stream | stream, | |||
char * | base_name, | |||
char ** | new_names, | |||
FT_Long * | offsets, | |||
FT_Error * | errors | |||
) |