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);
294 FT_UInt max_function_defs; member
1104 size->max_function_defs = 0; in tt_size_done_bytecode()1146 size->max_function_defs = maxp->maxFunctionDefs; in tt_size_init_bytecode()1180 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) || in tt_size_init_bytecode()
374 exec->maxFDefs = size->max_function_defs; in TT_Load_Context()