Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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.
References FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_TRACE3, OTV_INIT, OTV_LIMIT_CHECK, OTV_OPTIONAL_OFFSET, OTV_OPTIONAL_TABLE, and OTV_SIZE_CHECK.
otv_GDEF_validate | ( | FT_Bytes | table, |
FT_Bytes | gsub, | ||
FT_Bytes | gpos, | ||
FT_UInt | glyph_count, | ||
FT_Validator | valid | ||
) |
Definition at line 147 of file otvgdef.c.
References FT_Bool, FT_BOOL, FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_TRACE3, FT_TRACE4, otv_ClassDef_validate(), otv_GSUBGPOS_have_MarkAttachmentType_flag(), OTV_INIT, OTV_LIMIT_CHECK, OTV_NEST2, OTV_NEST3, OTV_OPTIONAL_OFFSET, OTV_OPTIONAL_TABLE, OTV_RUN, and OTV_SIZE_CHECK.
otv_GPOS_validate | ( | FT_Bytes | table, |
FT_UInt | glyph_count, | ||
FT_Validator | valid | ||
) |
Definition at line 978 of file otvgpos.c.
References FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_NEXT_USHORT, FT_TRACE3, OTV_INIT, and OTV_LIMIT_CHECK.
otv_GSUB_validate | ( | FT_Bytes | table, |
FT_UInt | glyph_count, | ||
FT_Validator | valid | ||
) |
Definition at line 546 of file otvgsub.c.
References FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_NEXT_USHORT, FT_TRACE3, OTV_INIT, and OTV_LIMIT_CHECK.
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.
References FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_NEXT_USHORT, FT_TRACE3, otv_GSUBGPOS_get_Lookup_count(), OTV_INIT, and OTV_LIMIT_CHECK.
otv_MATH_validate | ( | FT_Bytes | table, |
FT_UInt | glyph_count, | ||
FT_Validator | ftvalid | ||
) |
Definition at line 416 of file otvmath.c.
References FT_INVALID_FORMAT, FT_NEXT_ULONG, FT_NEXT_USHORT, FT_TRACE3, OTV_INIT, and OTV_LIMIT_CHECK.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.