#include "gxvmorx.h"Go to the source code of this file.
| #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 ) | 
| 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] | 
        
Definition at line 136 of file gxvmorx5.c.
References FT_Bool, FT_BOOL, FT_UNUSED, gxv_morx_subtable_type5_InsertList_validate(), and GXV_StateTable_GlyphOffsetDesc_::ul.
Referenced by gxv_morx_subtable_type5_validate().
| static void gxv_morx_subtable_type5_insertionGlyphList_load | ( | FT_Bytes | table, | |
| FT_Bytes | limit, | |||
| GXV_Validator | valid | |||
| ) |  [static] | 
        
Definition at line 65 of file gxvmorx5.c.
References FT_NEXT_ULONG, GXV_LIMIT_CHECK, GXV_morx_subtable_type5_StateOptRec_::insertionGlyphList, and p.
Referenced by gxv_morx_subtable_type5_validate().
| 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, GXV_TRACE, and p.
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] | 
        
Definition at line 81 of file gxvmorx5.c.
References gxv_set_length_by_ulong_offset(), GXV_morx_subtable_type5_StateOptRec_::insertionGlyphList, GXV_morx_subtable_type5_StateOptRec_::insertionGlyphList_length, l, and o.
Referenced by gxv_morx_subtable_type5_validate().
| gxv_morx_subtable_type5_validate | ( | FT_Bytes | table, | |
| FT_Bytes | limit, | |||
| GXV_Validator | valid | |||
| ) | 
Definition at line 186 of file gxvmorx5.c.
References GXV_EXIT, GXV_GLYPHOFFSET_ULONG, GXV_LIMIT_CHECK, gxv_morx_subtable_type5_entry_validate(), GXV_MORX_SUBTABLE_TYPE5_HEADER_SIZE, gxv_morx_subtable_type5_insertionGlyphList_load(), gxv_morx_subtable_type5_subtable_setup(), GXV_NAME_ENTER, gxv_XStateTable_validate(), and p.
Referenced by gxv_morx_subtables_validate().
 1.5.1