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]
Macros | Functions
ftrfork.c File Reference
#include <ft2build.h>
#include "basepic.h"

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_raccess

Definition at line 34 of file ftrfork.c.

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