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

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvtrak
 
#define GXV_TRAK_DATA(FIELD)   GXV_TABLE_DATA( trak, FIELD )
 

Typedefs

typedef struct GXV_trak_DataRec_ * GXV_trak_Data
 
typedef struct GXV_trak_DataRec_ GXV_trak_DataRec
 

Functions

static void gxv_trak_trackData_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_trak_trackTable_validate (FT_Bytes table, FT_Bytes limit, FT_UShort nTracks, GXV_Validator valid)
 
 gxv_trak_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_gxvtrak

Definition at line 38 of file gxvtrak.c.

#define GXV_TRAK_DATA (   FIELD)    GXV_TABLE_DATA( trak, FIELD )

Definition at line 81 of file gxvtrak.c.

Referenced by gxv_trak_trackData_validate(), and gxv_trak_trackTable_validate().

Typedef Documentation

typedef struct GXV_trak_DataRec_ * GXV_trak_Data
typedef struct GXV_trak_DataRec_ GXV_trak_DataRec

Function Documentation

static void gxv_trak_trackTable_validate ( FT_Bytes  table,
FT_Bytes  limit,
FT_UShort  nTracks,
GXV_Validator  valid 
)
static