Home
last modified time | relevance | path

Searched defs:FT_ValidatorRec_ (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dftvalid.h88 typedef struct FT_ValidatorRec_ struct
90 const FT_Byte* base; /* address of table in memory */
91 const FT_Byte* limit; /* `base' + sizeof(table) in memory */
92 FT_ValidationLevel level; /* validation level */
93 FT_Error error; /* error returned. 0 means success */
95 ft_jmp_buf jump_buffer; /* used for exception handling */

Completed in 4 milliseconds