Home
last modified time | relevance | path

Searched refs:max_instruction_defs (Results 1 – 9 of 9) sorted by relevance

/third_party/freetype/src/truetype/
Dttobjs.h296 FT_UInt max_instruction_defs; member
Dttobjs.c1051 size->max_instruction_defs = 0; in tt_size_done_bytecode()
1092 size->max_instruction_defs = maxp->maxInstructionDefs; in tt_size_init_bytecode()
1126 FT_NEW_ARRAY( size->instruction_defs, size->max_instruction_defs ) || in tt_size_init_bytecode()
Dttinterp.c424 exec->maxIDefs = size->max_instruction_defs; in TT_Load_Context()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttobjs.h297 FT_UInt max_instruction_defs; member
Dttobjs.c1052 size->max_instruction_defs = 0; in tt_size_done_bytecode()
1093 size->max_instruction_defs = maxp->maxInstructionDefs; in tt_size_init_bytecode()
1127 FT_NEW_ARRAY( size->instruction_defs, size->max_instruction_defs ) || in tt_size_init_bytecode()
Dttinterp.c425 exec->maxIDefs = size->max_instruction_defs; in TT_Load_Context()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttobjs.h296 FT_UInt max_instruction_defs; member
Dttobjs.c1105 size->max_instruction_defs = 0; in tt_size_done_bytecode()
1146 size->max_instruction_defs = maxp->maxInstructionDefs; in tt_size_init_bytecode()
1180 FT_NEW_ARRAY( size->instruction_defs, size->max_instruction_defs ) || in tt_size_init_bytecode()
Dttinterp.c376 exec->maxIDefs = size->max_instruction_defs; in TT_Load_Context()