Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Macros | Typedefs | Functions
ftrfork.h File Reference
#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)
 

Macro Definition Documentation

◆ FT_RACCESS_N_RULES

#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 Documentation

◆ FT_RFork_Ref

typedef struct FT_RFork_Ref_ FT_RFork_Ref

Function Documentation

◆ FT_Raccess_Get_DataOffsets()

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_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_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().