zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ftrfork.c File Reference
#include <ft2build.h>
#include <FT_INTERNAL_DEBUG_H>
#include <FT_INTERNAL_STREAM_H>
#include <FT_INTERNAL_RFORK_H>
#include "basepic.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_raccess
 

Functions

 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_Get_HeaderInfo (FT_Library library, FT_Stream stream, FT_Long rfork_offset, FT_Long *map_offset, FT_Long *rdata_pos)
 
 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)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_raccess

Definition at line 34 of file ftrfork.c.

Function Documentation

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_Get_HeaderInfo ( FT_Library  library,
FT_Stream  stream,
FT_Long  rfork_offset,
FT_Long map_offset,
FT_Long rdata_pos 
)
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_RACCESS_N_RULES, FT_UNUSED, i, and NULL.

static int ft_raccess_sort_ref_by_id ( FT_RFork_Ref a,
FT_RFork_Ref b 
)
static

Definition at line 136 of file ftrfork.c.

References FT_RFork_Ref_::res_id.

Referenced by FT_Raccess_Get_DataOffsets().