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

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvlcar
 
#define GXV_LCAR_DATA(FIELD)   GXV_TABLE_DATA( lcar, FIELD )
 

Typedefs

typedef struct GXV_lcar_DataRec_ * GXV_lcar_Data
 
typedef struct GXV_lcar_DataRec_ GXV_lcar_DataRec
 

Functions

static GXV_LookupValueDesc gxv_lcar_LookupFmt4_transit (FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, GXV_Validator valid)
 
static void gxv_lcar_LookupValue_validate (FT_UShort glyph, GXV_LookupValueCPtr value_p, GXV_Validator valid)
 
static void gxv_lcar_partial_validate (FT_UShort partial, FT_UShort glyph, GXV_Validator valid)
 
 gxv_lcar_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_gxvlcar

Definition at line 38 of file gxvlcar.c.

#define GXV_LCAR_DATA (   FIELD)    GXV_TABLE_DATA( lcar, FIELD )

Definition at line 56 of file gxvlcar.c.

Referenced by gxv_lcar_partial_validate(), and gxv_lcar_validate().

Typedef Documentation

typedef struct GXV_lcar_DataRec_ * GXV_lcar_Data
typedef struct GXV_lcar_DataRec_ GXV_lcar_DataRec

Function Documentation

static GXV_LookupValueDesc gxv_lcar_LookupFmt4_transit ( FT_UShort  relative_gindex,
GXV_LookupValueCPtr  base_value_p,
FT_Bytes  lookuptbl_limit,
GXV_Validator  valid 
)
static
static void gxv_lcar_LookupValue_validate ( FT_UShort  glyph,
GXV_LookupValueCPtr  value_p,
GXV_Validator  valid 
)
static
static void gxv_lcar_partial_validate ( FT_UShort  partial,
FT_UShort  glyph,
GXV_Validator  valid 
)
static

Definition at line 68 of file gxvlcar.c.

References gxv_ctlPoint_validate(), GXV_EXIT, GXV_LCAR_DATA, and GXV_NAME_ENTER.

Referenced by gxv_lcar_LookupValue_validate().