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

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvfeat
 
#define GXV_FEAT_DATA(field)   GXV_TABLE_DATA( feat, field )
 

Typedefs

typedef struct GXV_feat_DataRec_ * GXV_feat_Data
 
typedef struct GXV_feat_DataRec_ GXV_feat_DataRec
 
typedef enum GXV_FeatureFlagsMask_ GXV_FeatureFlagsMask
 

Enumerations

enum  GXV_FeatureFlagsMask_ { GXV_FEAT_MASK_EXCLUSIVE_SETTINGS = 0x8000U, GXV_FEAT_MASK_DYNAMIC_DEFAULT = 0x4000, GXV_FEAT_MASK_UNUSED = 0x3F00, GXV_FEAT_MASK_DEFAULT_SETTING = 0x00FF }
 

Functions

static void gxv_feat_name_index_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_feat_name_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_feat_registry_validate (FT_UShort feature, FT_UShort nSettings, FT_Bool exclusive, GXV_Validator valid)
 
static void gxv_feat_setting_validate (FT_Bytes table, FT_Bytes limit, FT_Bool exclusive, GXV_Validator valid)
 
 gxv_feat_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_gxvfeat

Definition at line 40 of file gxvfeat.c.

#define GXV_FEAT_DATA (   field)    GXV_TABLE_DATA( feat, field )

Definition at line 60 of file gxvfeat.c.

Referenced by gxv_feat_name_validate(), gxv_feat_setting_validate(), and gxv_feat_validate().

Typedef Documentation

typedef struct GXV_feat_DataRec_ * GXV_feat_Data
typedef struct GXV_feat_DataRec_ GXV_feat_DataRec

Enumeration Type Documentation

Enumerator
GXV_FEAT_MASK_EXCLUSIVE_SETTINGS 
GXV_FEAT_MASK_DYNAMIC_DEFAULT 
GXV_FEAT_MASK_UNUSED 
GXV_FEAT_MASK_DEFAULT_SETTING 

Definition at line 63 of file gxvfeat.c.

Function Documentation

static void gxv_feat_name_index_validate ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)
static
static void gxv_feat_registry_validate ( FT_UShort  feature,
FT_UShort  nSettings,
FT_Bool  exclusive,
GXV_Validator  valid 
)
static
static void gxv_feat_setting_validate ( FT_Bytes  table,
FT_Bytes  limit,
FT_Bool  exclusive,
GXV_Validator  valid 
)
static