Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Macros | Typedefs | Functions
gxvmort.h File Reference
#include "gxvalid.h"
#include "gxvcommn.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_featureRec
 
typedef struct 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)
 

Macro Definition Documentation

◆ GXV_MORT_FEATURE_OFF

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

Definition at line 45 of file gxvmort.h.

Referenced by gxv_mort_featurearray_validate().

◆ IS_GXV_MORT_FEATURE_OFF

#define IS_GXV_MORT_FEATURE_OFF (   f)
Value:
( (f).featureType == 0 || \
(f).featureSetting == 1 || \
(f).enableFlags == 0x00000000UL || \
(f).disableFlags == 0x00000000UL )
GLfloat f

Definition at line 47 of file gxvmort.h.

Typedef Documentation

◆ GXV_mort_feature

◆ GXV_mort_featureRec

Function Documentation

◆ gxv_mort_coverage_validate()

gxv_mort_coverage_validate ( FT_UShort  coverage,
GXV_Validator  valid 
)

Definition at line 121 of file gxvmort.c.

References FT_UNUSED, and GXV_TRACE.

◆ gxv_mort_featurearray_validate()

gxv_mort_featurearray_validate ( FT_Bytes  table,
FT_Bytes  limit,
FT_ULong  nFeatureFlags,
GXV_Validator  valid 
)

◆ gxv_mort_subtable_type0_validate()

gxv_mort_subtable_type0_validate ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)

◆ gxv_mort_subtable_type1_validate()

gxv_mort_subtable_type1_validate ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)

◆ gxv_mort_subtable_type2_validate()

gxv_mort_subtable_type2_validate ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)

◆ gxv_mort_subtable_type4_validate()

gxv_mort_subtable_type4_validate ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)

◆ gxv_mort_subtable_type5_validate()

gxv_mort_subtable_type5_validate ( FT_Bytes  table,
FT_Bytes  limit,
GXV_Validator  valid 
)