#include <ft2build.h>
Go to the source code of this file.
Defines | |
#define | FT_COMPONENT trace_raccess |
Functions | |
FT_Raccess_Get_HeaderInfo (FT_Library library, FT_Stream stream, FT_Long rfork_offset, FT_Long *map_offset, FT_Long *rdata_pos) | |
static int | ft_raccess_sort_ref_by_id (FT_RFork_Ref *a, FT_RFork_Ref *b) |
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) | |
FT_Raccess_Guess (FT_Library library, FT_Stream stream, char *base_name, char **new_names, FT_Long *offsets, FT_Error *errors) |
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 | |||
) |
static int ft_raccess_sort_ref_by_id | ( | FT_RFork_Ref * | a, | |
FT_RFork_Ref * | b | |||
) | [static] |