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

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvmorx
 
#define GXV_MORX_SUBTABLE_TYPE5_HEADER_SIZE   ( GXV_STATETABLE_HEADER_SIZE + 4 )
 

Typedefs

typedef struct
GXV_morx_subtable_type5_StateOptRec_ 
GXV_morx_subtable_type5_StateOptRec
 
typedef struct
GXV_morx_subtable_type5_StateOptRec_ * 
GXV_morx_subtable_type5_StateOptRecData
 

Functions

static void gxv_morx_subtable_type5_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_type5_insertionGlyphList_load (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_morx_subtable_type5_InsertList_validate (FT_UShort table_index, FT_UShort count, FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_morx_subtable_type5_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_type5_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_gxvmorx

Definition at line 38 of file gxvmorx5.c.

#define GXV_MORX_SUBTABLE_TYPE5_HEADER_SIZE   ( GXV_STATETABLE_HEADER_SIZE + 4 )

Definition at line 60 of file gxvmorx5.c.

Referenced by gxv_morx_subtable_type5_validate().

Typedef Documentation

typedef struct GXV_morx_subtable_type5_StateOptRec_ GXV_morx_subtable_type5_StateOptRec
typedef struct GXV_morx_subtable_type5_StateOptRec_ * GXV_morx_subtable_type5_StateOptRecData

Function Documentation

static void gxv_morx_subtable_type5_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_type5_insertionGlyphList_load ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)
static
static void gxv_morx_subtable_type5_InsertList_validate ( FT_UShort  table_index,
FT_UShort  count,
FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)
static

Definition at line 112 of file gxvmorx5.c.

References FT_NEXT_USHORT, GXV_LIMIT_CHECK, and GXV_TRACE.

Referenced by gxv_morx_subtable_type5_entry_validate().

static void gxv_morx_subtable_type5_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