ReactOS 0.4.16-dev-1067-ge98bba2
|
Go to the source code of this file.
Functions | |
FT_BEGIN_HEADER | otv_BASE_validate (FT_Bytes table, FT_Validator valid) |
otv_GDEF_validate (FT_Bytes table, FT_Bytes gsub, FT_Bytes gpos, FT_UInt glyph_count, FT_Validator valid) | |
otv_GPOS_validate (FT_Bytes table, FT_UInt glyph_count, FT_Validator valid) | |
otv_GSUB_validate (FT_Bytes table, FT_UInt glyph_count, FT_Validator valid) | |
otv_JSTF_validate (FT_Bytes table, FT_Bytes gsub, FT_Bytes gpos, FT_UInt glyph_count, FT_Validator valid) | |
otv_MATH_validate (FT_Bytes table, FT_UInt glyph_count, FT_Validator ftvalid) | |
FT_BEGIN_HEADER otv_BASE_validate | ( | FT_Bytes | table, |
FT_Validator | valid | ||
) |
Definition at line 280 of file otvbase.c.
Referenced by otv_validate().
otv_GDEF_validate | ( | FT_Bytes | table, |
FT_Bytes | gsub, | ||
FT_Bytes | gpos, | ||
FT_UInt | glyph_count, | ||
FT_Validator | valid | ||
) |
Definition at line 181 of file otvgdef.c.
Referenced by otv_validate().
otv_GPOS_validate | ( | FT_Bytes | table, |
FT_UInt | glyph_count, | ||
FT_Validator | valid | ||
) |
Definition at line 982 of file otvgpos.c.
Referenced by otv_validate().
otv_GSUB_validate | ( | FT_Bytes | table, |
FT_UInt | glyph_count, | ||
FT_Validator | valid | ||
) |
Definition at line 548 of file otvgsub.c.
Referenced by otv_validate().
otv_JSTF_validate | ( | FT_Bytes | table, |
FT_Bytes | gsub, | ||
FT_Bytes | gpos, | ||
FT_UInt | glyph_count, | ||
FT_Validator | valid | ||
) |
Definition at line 205 of file otvjstf.c.
Referenced by otv_validate().
otv_MATH_validate | ( | FT_Bytes | table, |
FT_UInt | glyph_count, | ||
FT_Validator | ftvalid | ||
) |
Definition at line 416 of file otvmath.c.
Referenced by otv_validate().