Searched refs:max_function_defs (Results 1 – 5 of 5) sorted by relevance
196 int32_t max_function_defs) { in SetMaxFunctionDefs() argument197 InternalWriteData()->WriteUShort(Offset::kMaxFunctionDefs, max_function_defs); in SetMaxFunctionDefs()
62 void SetMaxFunctionDefs(int32_t max_function_defs);
292 FT_UInt max_function_defs; member
1049 size->max_function_defs = 0; in tt_size_done_bytecode()1091 size->max_function_defs = maxp->maxFunctionDefs; in tt_size_init_bytecode()1125 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) || in tt_size_init_bytecode()
422 exec->maxFDefs = size->max_function_defs; in TT_Load_Context()