Searched defs:FT_ValidatorRec_ (Results 1 – 1 of 1) sorted by relevance
88 typedef struct FT_ValidatorRec_ struct90 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