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]
Macros | Typedefs | Enumerations | Functions
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_DataRec
 
typedef struct GXV_feat_DataRec_ * GXV_feat_Data
 
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

 gxv_feat_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid)
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_gxvfeat

Definition at line 40 of file gxvfeat.c.

◆ GXV_FEAT_DATA

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

Definition at line 60 of file gxvfeat.c.

Typedef Documentation

◆ GXV_feat_Data

typedef struct GXV_feat_DataRec_ * GXV_feat_Data

◆ GXV_feat_DataRec

typedef struct GXV_feat_DataRec_ GXV_feat_DataRec

◆ GXV_FeatureFlagsMask

Enumeration Type Documentation

◆ GXV_FeatureFlagsMask_

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

◆ gxv_feat_validate()

gxv_feat_validate ( FT_Bytes  table,
FT_Face  face,
FT_Validator  ftvalid 
)