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

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvmorx
 
#define GXV_MORX_LIGACTION_ENTRY_SIZE   4
 
#define GXV_MORX_SUBTABLE_TYPE2_HEADER_SIZE   ( GXV_XSTATETABLE_HEADER_SIZE + 4 + 4 + 4 )
 

Typedefs

typedef struct
GXV_morx_subtable_type2_StateOptRec_ 
GXV_morx_subtable_type2_StateOptRec
 
typedef struct
GXV_morx_subtable_type2_StateOptRec_ * 
GXV_morx_subtable_type2_StateOptRecData
 

Functions

static void gxv_morx_subtable_type2_entry_validate (FT_UShort state, FT_UShort flags, GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_morx_subtable_type2_ligActionIndex_validate (FT_Bytes table, FT_UShort ligActionIndex, GXV_Validator valid)
 
static void gxv_morx_subtable_type2_ligatureTable_validate (FT_Bytes table, GXV_Validator valid)
 
static void gxv_morx_subtable_type2_opttable_load (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_morx_subtable_type2_subtable_setup (FT_ULong table_size, FT_ULong classTable, FT_ULong stateArray, FT_ULong entryTable, FT_ULong *classTable_length_p, FT_ULong *stateArray_length_p, FT_ULong *entryTable_length_p, GXV_Validator valid)
 
 gxv_morx_subtable_type2_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_gxvmorx

Definition at line 38 of file gxvmorx2.c.

#define GXV_MORX_LIGACTION_ENTRY_SIZE   4

Definition at line 138 of file gxvmorx2.c.

Referenced by gxv_morx_subtable_type2_ligActionIndex_validate().

#define GXV_MORX_SUBTABLE_TYPE2_HEADER_SIZE   ( GXV_XSTATETABLE_HEADER_SIZE + 4 + 4 + 4 )

Definition at line 54 of file gxvmorx2.c.

Referenced by gxv_morx_subtable_type2_validate().

Typedef Documentation

typedef struct GXV_morx_subtable_type2_StateOptRec_ GXV_morx_subtable_type2_StateOptRec
typedef struct GXV_morx_subtable_type2_StateOptRec_ * GXV_morx_subtable_type2_StateOptRecData

Function Documentation

static void gxv_morx_subtable_type2_entry_validate ( FT_UShort  state,
FT_UShort  flags,
GXV_StateTable_GlyphOffsetCPtr  glyphOffset_p,
FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)
static
static void gxv_morx_subtable_type2_ligatureTable_validate ( FT_Bytes  table,
GXV_Validator  valid 
)
static
static void gxv_morx_subtable_type2_opttable_load ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)
static
static void gxv_morx_subtable_type2_subtable_setup ( FT_ULong  table_size,
FT_ULong  classTable,
FT_ULong  stateArray,
FT_ULong  entryTable,
FT_ULong classTable_length_p,
FT_ULong stateArray_length_p,
FT_ULong entryTable_length_p,
GXV_Validator  valid 
)
static