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 | Functions
gxvopbd.c File Reference
#include "gxvalid.h"
#include "gxvcommn.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvopbd
 
#define GXV_OPBD_DATA(FIELD)   GXV_TABLE_DATA( opbd, FIELD )
 

Typedefs

typedef struct GXV_opbd_DataRec_ GXV_opbd_DataRec
 
typedef struct GXV_opbd_DataRec_ * GXV_opbd_Data
 

Functions

 gxv_opbd_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid)
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_gxvopbd

Definition at line 38 of file gxvopbd.c.

◆ GXV_OPBD_DATA

#define GXV_OPBD_DATA (   FIELD)    GXV_TABLE_DATA( opbd, FIELD )

Definition at line 57 of file gxvopbd.c.

Referenced by gxv_opbd_validate().

Typedef Documentation

◆ GXV_opbd_Data

typedef struct GXV_opbd_DataRec_ * GXV_opbd_Data

◆ GXV_opbd_DataRec

typedef struct GXV_opbd_DataRec_ GXV_opbd_DataRec

Function Documentation

◆ gxv_opbd_validate()

gxv_opbd_validate ( FT_Bytes  table,
FT_Face  face,
FT_Validator  ftvalid 
)