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

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvbsln
 
#define GXV_BSLN_DATA(field)   GXV_TABLE_DATA( bsln, field )
 
#define GXV_BSLN_VALUE_COUNT   32
 
#define GXV_BSLN_VALUE_EMPTY   0xFFFFU
 

Typedefs

typedef struct GXV_bsln_DataRec_ * GXV_bsln_Data
 
typedef struct GXV_bsln_DataRec_ GXV_bsln_DataRec
 

Functions

static GXV_LookupValueDesc gxv_bsln_LookupFmt4_transit (FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, GXV_Validator valid)
 
static void gxv_bsln_LookupValue_validate (FT_UShort glyph, GXV_LookupValueCPtr value_p, GXV_Validator valid)
 
static void gxv_bsln_parts_fmt0_validate (FT_Bytes tables, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_bsln_parts_fmt1_validate (FT_Bytes tables, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_bsln_parts_fmt2_validate (FT_Bytes tables, FT_Bytes limit, GXV_Validator valid)
 
static void gxv_bsln_parts_fmt3_validate (FT_Bytes tables, FT_Bytes limit, GXV_Validator valid)
 
 gxv_bsln_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_gxvbsln

Definition at line 38 of file gxvbsln.c.

#define GXV_BSLN_DATA (   field)    GXV_TABLE_DATA( bsln, field )

Definition at line 61 of file gxvbsln.c.

Referenced by gxv_bsln_LookupValue_validate(), and gxv_bsln_parts_fmt2_validate().

#define GXV_BSLN_VALUE_EMPTY   0xFFFFU

Definition at line 50 of file gxvbsln.c.

Referenced by gxv_bsln_LookupValue_validate(), and gxv_bsln_parts_fmt2_validate().

Typedef Documentation

typedef struct GXV_bsln_DataRec_ * GXV_bsln_Data
typedef struct GXV_bsln_DataRec_ GXV_bsln_DataRec

Function Documentation

static GXV_LookupValueDesc gxv_bsln_LookupFmt4_transit ( FT_UShort  relative_gindex,
GXV_LookupValueCPtr  base_value_p,
FT_Bytes  lookuptbl_limit,
GXV_Validator  valid 
)
static
static void gxv_bsln_LookupValue_validate ( FT_UShort  glyph,
GXV_LookupValueCPtr  value_p,
GXV_Validator  valid 
)
static
static void gxv_bsln_parts_fmt0_validate ( FT_Bytes  tables,
FT_Bytes  limit,
GXV_Validator  valid 
)
static