ReactOS 0.4.16-dev-297-gc569aee
|
#include "gxvmort.h"
Go to the source code of this file.
Classes | |
struct | GXV_mort_subtable_type2_StateOptRec_ |
Macros | |
#define | FT_COMPONENT trace_gxvmort |
#define | GXV_MORT_SUBTABLE_TYPE2_HEADER_SIZE ( GXV_STATETABLE_HEADER_SIZE + 2 + 2 + 2 ) |
Typedefs | |
typedef struct GXV_mort_subtable_type2_StateOptRec_ | GXV_mort_subtable_type2_StateOptRec |
typedef struct GXV_mort_subtable_type2_StateOptRec_ * | GXV_mort_subtable_type2_StateOptRecData |
Functions | |
static void | gxv_mort_subtable_type2_opttable_load (FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid) |
static void | gxv_mort_subtable_type2_subtable_setup (FT_UShort table_size, FT_UShort classTable, FT_UShort stateArray, FT_UShort entryTable, FT_UShort *classTable_length_p, FT_UShort *stateArray_length_p, FT_UShort *entryTable_length_p, GXV_Validator gxvalid) |
static void | gxv_mort_subtable_type2_ligActionOffset_validate (FT_Bytes table, FT_UShort ligActionOffset, GXV_Validator gxvalid) |
static void | gxv_mort_subtable_type2_entry_validate (FT_Byte state, FT_UShort flags, GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid) |
static void | gxv_mort_subtable_type2_ligatureTable_validate (FT_Bytes table, GXV_Validator gxvalid) |
gxv_mort_subtable_type2_validate (FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid) | |
#define FT_COMPONENT trace_gxvmort |
Definition at line 39 of file gxvmort2.c.
#define GXV_MORT_SUBTABLE_TYPE2_HEADER_SIZE ( GXV_STATETABLE_HEADER_SIZE + 2 + 2 + 2 ) |
Definition at line 54 of file gxvmort2.c.
|
static |
Definition at line 212 of file gxvmort2.c.
Referenced by gxv_mort_subtable_type2_validate().
|
static |
Definition at line 138 of file gxvmort2.c.
Referenced by gxv_mort_subtable_type2_entry_validate().
|
static |
Definition at line 245 of file gxvmort2.c.
Referenced by gxv_mort_subtable_type2_validate().
|
static |
Definition at line 59 of file gxvmort2.c.
Referenced by gxv_mort_subtable_type2_validate().
|
static |
Definition at line 83 of file gxvmort2.c.
Referenced by gxv_mort_subtable_type2_validate().
gxv_mort_subtable_type2_validate | ( | FT_Bytes | table, |
FT_Bytes | limit, | ||
GXV_Validator | gxvalid | ||
) |
Definition at line 277 of file gxvmort2.c.
Referenced by gxv_mort_subtables_validate().