zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gxvmort.h File Reference
#include "gxvalid.h"
#include "gxvcommn.h"
#include <FT_SFNT_NAMES_H>

Go to the source code of this file.

Classes

struct  GXV_mort_featureRec_
 

Macros

#define GXV_MORT_FEATURE_OFF   {0, 1, 0x00000000UL, 0x00000000UL}
 
#define IS_GXV_MORT_FEATURE_OFF(f)
 

Typedefs

typedef struct
GXV_mort_featureRec_
GXV_mort_feature
 
typedef struct GXV_mort_featureRec_ GXV_mort_featureRec
 

Functions

 gxv_mort_coverage_validate (FT_UShort coverage, GXV_Validator valid)
 
 gxv_mort_featurearray_validate (FT_Bytes table, FT_Bytes limit, FT_ULong nFeatureFlags, 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)
 

Macro Definition Documentation

#define GXV_MORT_FEATURE_OFF   {0, 1, 0x00000000UL, 0x00000000UL}

Definition at line 45 of file gxvmort.h.

Referenced by gxv_mort_featurearray_validate().

#define IS_GXV_MORT_FEATURE_OFF (   f)
Value:
( (f).featureType == 0 || \
(f).featureSetting == 1 || \
(f).enableFlags == 0x00000000UL || \
(f).disableFlags == 0x00000000UL )
GLclampf f
Definition: glew.h:3390

Definition at line 47 of file gxvmort.h.

Referenced by gxv_mort_featurearray_validate().

Typedef Documentation

Function Documentation

gxv_mort_coverage_validate ( FT_UShort  coverage,
GXV_Validator  valid 
)

Definition at line 121 of file gxvmort.c.

References FT_UNUSED, and GXV_TRACE.

Referenced by gxv_mort_subtables_validate(), and gxv_morx_subtables_validate().