#include "gxvalid.h"
#include "gxvcommn.h"
Go to the source code of this file.
Classes | |
struct | GXV_mort_featureRec_ |
Defines | |
#define | GXV_MORT_FEATURE_OFF {0, 1, 0x00000000UL, 0x00000000UL} |
#define | IS_GXV_MORT_FEATURE_OFF(f) |
Typedefs | |
typedef GXV_mort_featureRec_ | GXV_mort_featureRec |
typedef GXV_mort_featureRec_ * | GXV_mort_feature |
Functions | |
gxv_mort_featurearray_validate (FT_Bytes table, FT_Bytes limit, FT_ULong nFeatureFlags, GXV_Validator valid) | |
gxv_mort_coverage_validate (FT_UShort coverage, GXV_Validator valid) | |
gxv_mort_subtable_type0_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid) | |
gxv_mort_subtable_type1_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid) | |
gxv_mort_subtable_type2_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid) | |
gxv_mort_subtable_type4_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid) | |
gxv_mort_subtable_type5_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid) |
#define GXV_MORT_FEATURE_OFF {0, 1, 0x00000000UL, 0x00000000UL} |
#define IS_GXV_MORT_FEATURE_OFF | ( | f | ) |
typedef struct GXV_mort_featureRec_ * GXV_mort_feature |
typedef struct GXV_mort_featureRec_ GXV_mort_featureRec |
gxv_mort_coverage_validate | ( | FT_UShort | coverage, | |
GXV_Validator | valid | |||
) |
Definition at line 124 of file gxvmort.c.
References FT_UNUSED, and GXV_TRACE.
Referenced by gxv_mort_subtables_validate(), and gxv_morx_subtables_validate().
gxv_mort_featurearray_validate | ( | FT_Bytes | table, | |
FT_Bytes | limit, | |||
FT_ULong | nFeatureFlags, | |||
GXV_Validator | valid | |||
) |
Definition at line 92 of file gxvmort.c.
References FT_INVALID_DATA, FT_NEXT_ULONG, FT_NEXT_USHORT, GXV_EXIT, GXV_LIMIT_CHECK, GXV_MORT_FEATURE_OFF, gxv_mort_feature_validate(), GXV_NAME_ENTER, i, IS_GXV_MORT_FEATURE_OFF, and p.
Referenced by gxv_mort_chain_validate(), and gxv_morx_chain_validate().
gxv_mort_subtable_type0_validate | ( | FT_Bytes | table, | |
FT_Bytes | limit, | |||
GXV_Validator | valid | |||
) |
Definition at line 112 of file gxvmort0.c.
References GXV_EXIT, GXV_GLYPHOFFSET_NONE, GXV_LIMIT_CHECK, gxv_mort_subtable_type0_entry_validate(), GXV_NAME_ENTER, GXV_STATETABLE_HEADER_SIZE, gxv_StateTable_validate(), NULL, and p.
Referenced by gxv_mort_subtables_validate().
gxv_mort_subtable_type1_validate | ( | FT_Bytes | table, | |
FT_Bytes | limit, | |||
GXV_Validator | valid | |||
) |
Definition at line 223 of file gxvmort1.c.
References GXV_EXIT, GXV_GLYPHOFFSET_ULONG, GXV_LIMIT_CHECK, gxv_mort_subtable_type1_entry_validate(), GXV_MORT_SUBTABLE_TYPE1_HEADER_SIZE, gxv_mort_subtable_type1_substitutionTable_load(), gxv_mort_subtable_type1_substTable_validate(), gxv_mort_subtable_type1_subtable_setup(), GXV_NAME_ENTER, gxv_StateTable_validate(), p, GXV_mort_subtable_type1_StateOptRec_::substitutionTable, and GXV_mort_subtable_type1_StateOptRec_::substitutionTable_length.
Referenced by gxv_mort_subtables_validate().
gxv_mort_subtable_type2_validate | ( | FT_Bytes | table, | |
FT_Bytes | limit, | |||
GXV_Validator | valid | |||
) |
Definition at line 247 of file gxvmort2.c.
References GXV_EXIT, GXV_GLYPHOFFSET_NONE, GXV_LIMIT_CHECK, gxv_mort_subtable_type2_entry_validate(), GXV_MORT_SUBTABLE_TYPE2_HEADER_SIZE, gxv_mort_subtable_type2_ligatureTable_validate(), gxv_mort_subtable_type2_opttable_load(), gxv_mort_subtable_type2_subtable_setup(), GXV_NAME_ENTER, gxv_StateTable_validate(), and p.
Referenced by gxv_mort_subtables_validate().
gxv_mort_subtable_type4_validate | ( | FT_Bytes | table, | |
FT_Bytes | limit, | |||
GXV_Validator | valid | |||
) |
Definition at line 105 of file gxvmort4.c.
References GXV_EXIT, gxv_LookupTable_validate(), GXV_LOOKUPVALUE_UNSIGNED, gxv_mort_subtable_type4_lookupfmt4_transit(), gxv_mort_subtable_type4_lookupval_validate(), GXV_NAME_ENTER, and p.
Referenced by gxv_mort_subtables_validate(), and gxv_morx_subtable_type4_validate().
gxv_mort_subtable_type5_validate | ( | FT_Bytes | table, | |
FT_Bytes | limit, | |||
GXV_Validator | valid | |||
) |
Definition at line 195 of file gxvmort5.c.
References GXV_EXIT, GXV_GLYPHOFFSET_ULONG, GXV_LIMIT_CHECK, gxv_mort_subtable_type5_entry_validate(), GXV_MORT_SUBTABLE_TYPE5_HEADER_SIZE, gxv_mort_subtable_type5_subtable_setup(), GXV_NAME_ENTER, gxv_StateTable_validate(), NULL, and p.
Referenced by gxv_mort_subtables_validate().