zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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_Data
 
typedef struct GXV_opbd_DataRec_ GXV_opbd_DataRec
 

Functions

static GXV_LookupValueDesc gxv_opbd_LookupFmt4_transit (FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, GXV_Validator valid)
 
static void gxv_opbd_LookupValue_validate (FT_UShort glyph, GXV_LookupValueCPtr value_p, GXV_Validator valid)
 
 gxv_opbd_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_gxvopbd

Definition at line 38 of file gxvopbd.c.

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

Definition at line 57 of file gxvopbd.c.

Referenced by gxv_opbd_LookupValue_validate(), and gxv_opbd_validate().

Typedef Documentation

typedef struct GXV_opbd_DataRec_ * GXV_opbd_Data
typedef struct GXV_opbd_DataRec_ GXV_opbd_DataRec

Function Documentation

static GXV_LookupValueDesc gxv_opbd_LookupFmt4_transit ( FT_UShort  relative_gindex,
GXV_LookupValueCPtr  base_value_p,
FT_Bytes  lookuptbl_limit,
GXV_Validator  valid 
)
static

Definition at line 134 of file gxvopbd.c.

References FT_UNUSED, sizeof(), and GXV_LookupValueDesc_::u.

Referenced by gxv_opbd_validate().

static void gxv_opbd_LookupValue_validate ( FT_UShort  glyph,
GXV_LookupValueCPtr  value_p,
GXV_Validator  valid 
)
static