#include "gxvmort.h"
#include "gxvfeat.h"
Go to the source code of this file.
Defines | |
#define | FT_COMPONENT trace_gxvmort |
Functions | |
static void | gxv_mort_feature_validate (GXV_mort_feature f, GXV_Validator valid) |
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) | |
static void | gxv_mort_subtables_validate (FT_Bytes table, FT_Bytes limit, FT_UShort nSubtables, GXV_Validator valid) |
static void | gxv_mort_chain_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid) |
gxv_mort_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid) |
static void gxv_mort_chain_validate | ( | FT_Bytes | table, | |
FT_Bytes | limit, | |||
GXV_Validator | valid | |||
) | [static] |
Definition at line 216 of file gxvmort.c.
References FT_NEXT_ULONG, FT_NEXT_USHORT, GXV_EXIT, GXV_LIMIT_CHECK, gxv_mort_featurearray_validate(), gxv_mort_subtables_validate(), GXV_NAME_ENTER, and p.
Referenced by gxv_mort_validate().
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().
static void gxv_mort_feature_validate | ( | GXV_mort_feature | f, | |
GXV_Validator | valid | |||
) | [static] |
Definition at line 42 of file gxvmort.c.
References GXV_Feature_RegistryRec_::exclusive, GXV_Feature_RegistryRec_::existence, FT_INVALID_DATA, FT_VALIDATE_PARANOID, gxv_feat_registry, gxv_feat_registry_length, GXV_TRACE, and GXV_Feature_RegistryRec_::nSettings.
Referenced by gxv_mort_featurearray_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().
static void gxv_mort_subtables_validate | ( | FT_Bytes | table, | |
FT_Bytes | limit, | |||
FT_UShort | nSubtables, | |||
GXV_Validator | valid | |||
) | [static] |
Definition at line 151 of file gxvmort.c.
References FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_NEXT_USHORT, func(), GXV_EXIT, GXV_LIMIT_CHECK, gxv_mort_coverage_validate(), gxv_mort_subtable_type0_validate(), gxv_mort_subtable_type1_validate(), gxv_mort_subtable_type2_validate(), gxv_mort_subtable_type4_validate(), gxv_mort_subtable_type5_validate(), GXV_NAME_ENTER, GXV_TRACE, i, length, NULL, p, and type.
Referenced by gxv_mort_chain_validate().
gxv_mort_validate | ( | FT_Bytes | table, | |
FT_Face | face, | |||
FT_Validator | ftvalid | |||
) |
Definition at line 246 of file gxvmort.c.
References FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_TRACE3, FT_TRACE4, GXV_32BIT_ALIGNMENT_VALIDATE, GXV_INIT, GXV_LIMIT_CHECK, gxv_mort_chain_validate(), GXV_TRACE, i, p, and version.