zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gxvmort1.c File Reference
#include "gxvmort.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvmort
 
#define GXV_MORT_SUBTABLE_TYPE1_HEADER_SIZE   ( GXV_STATETABLE_HEADER_SIZE + 2 )
 

Typedefs

typedef struct
GXV_mort_subtable_type1_StateOptRec_ 
GXV_mort_subtable_type1_StateOptRec
 
typedef struct
GXV_mort_subtable_type1_StateOptRec_ * 
GXV_mort_subtable_type1_StateOptRecData
 

Functions

static void gxv_mort_subtable_type1_entry_validate (FT_Byte state, FT_UShort flags, GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_mort_subtable_type1_offset_to_subst_validate (FT_Short wordOffset, const FT_String *tag, FT_Byte state, GXV_Validator valid)
 
static void gxv_mort_subtable_type1_substitutionTable_load (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_mort_subtable_type1_substTable_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_mort_subtable_type1_subtable_setup (FT_UShort table_size, FT_UShort classTable, FT_UShort stateArray, FT_UShort entryTable, FT_UShort *classTable_length_p, FT_UShort *stateArray_length_p, FT_UShort *entryTable_length_p, GXV_Validator valid)
 
 gxv_mort_subtable_type1_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_gxvmort

Definition at line 38 of file gxvmort1.c.

#define GXV_MORT_SUBTABLE_TYPE1_HEADER_SIZE   ( GXV_STATETABLE_HEADER_SIZE + 2 )

Definition at line 49 of file gxvmort1.c.

Referenced by gxv_mort_subtable_type1_validate().

Typedef Documentation

typedef struct GXV_mort_subtable_type1_StateOptRec_ GXV_mort_subtable_type1_StateOptRec
typedef struct GXV_mort_subtable_type1_StateOptRec_ * GXV_mort_subtable_type1_StateOptRecData

Function Documentation

static void gxv_mort_subtable_type1_entry_validate ( FT_Byte  state,
FT_UShort  flags,
GXV_StateTable_GlyphOffsetCPtr  glyphOffset_p,
FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)
static
static void gxv_mort_subtable_type1_offset_to_subst_validate ( FT_Short  wordOffset,
const FT_String tag,
FT_Byte  state,
GXV_Validator  valid 
)
static
static void gxv_mort_subtable_type1_substitutionTable_load ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)
static
static void gxv_mort_subtable_type1_subtable_setup ( FT_UShort  table_size,
FT_UShort  classTable,
FT_UShort  stateArray,
FT_UShort  entryTable,
FT_UShort classTable_length_p,
FT_UShort stateArray_length_p,
FT_UShort entryTable_length_p,
GXV_Validator  valid 
)
static