#include "otvalid.h"
#include "otvcommn.h"
#include "otvgpos.h"
Go to the source code of this file.
Defines | |
#define | FT_COMPONENT trace_otvjstf |
#define | JstfPriorityFunc otv_JstfPriority_validate |
#define | JstfLookupFunc otv_GPOS_subtable_validate |
Functions | |
static void | otv_JstfPriority_validate (FT_Bytes table, OTV_Validator valid) |
static void | otv_JstfScript_validate (FT_Bytes table, OTV_Validator valid) |
otv_JSTF_validate (FT_Bytes table, FT_Bytes gsub, FT_Bytes gpos, FT_UInt glyph_count, FT_Validator ftvalid) |
otv_JSTF_validate | ( | FT_Bytes | table, | |
FT_Bytes | gsub, | |||
FT_Bytes | gpos, | |||
FT_UInt | glyph_count, | |||
FT_Validator | ftvalid | |||
) |
Definition at line 205 of file otvjstf.c.
References FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_NEXT_USHORT, FT_TRACE3, FT_TRACE4, otv_GSUBGPOS_get_Lookup_count(), OTV_INIT, otv_JstfScript_validate(), OTV_LIMIT_CHECK, and p.
Referenced by otv_validate().
static void otv_JstfPriority_validate | ( | FT_Bytes | table, | |
OTV_Validator | valid | |||
) | [static] |
Definition at line 42 of file otvjstf.c.
References OTV_ENTER, OTV_EXIT, OTV_LIMIT_CHECK, OTV_NEST2, OTV_OPTIONAL_OFFSET, OTV_OPTIONAL_TABLE, OTV_RUN, OTV_SIZE_CHECK, OTV_TRACE, otv_x_ux(), and p.
static void otv_JstfScript_validate | ( | FT_Bytes | table, | |
OTV_Validator | valid | |||
) | [static] |
Definition at line 148 of file otvjstf.c.
References FT_NEXT_USHORT, OTV_EXIT, OTV_LIMIT_CHECK, OTV_NAME_ENTER, OTV_NEST1, OTV_NEST2, OTV_OPTIONAL_OFFSET, OTV_OPTIONAL_TABLE, OTV_RUN, OTV_SIZE_CHECK, OTV_TRACE, and p.
Referenced by otv_JSTF_validate().