Home
last modified time | relevance | path

Searched refs:max_function_defs (Results 1 – 8 of 8) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.cc196 int32_t max_function_defs) { in SetMaxFunctionDefs() argument
197 InternalWriteData()->WriteUShort(Offset::kMaxFunctionDefs, max_function_defs); in SetMaxFunctionDefs()
Dmaximum_profile_table.h62 void SetMaxFunctionDefs(int32_t max_function_defs);
/external/pdfium/third_party/freetype/src/truetype/
Dttobjs.h294 FT_UInt max_function_defs; member
Dttobjs.c979 size->max_function_defs = 0; in tt_size_done_bytecode()
1021 size->max_function_defs = maxp->maxFunctionDefs; in tt_size_init_bytecode()
1049 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) || in tt_size_init_bytecode()
Dttinterp.c414 exec->maxFDefs = size->max_function_defs; in TT_Load_Context()
/external/freetype/src/truetype/
Dttobjs.h292 FT_UInt max_function_defs; member
Dttobjs.c961 size->max_function_defs = 0; in tt_size_done_bytecode()
1003 size->max_function_defs = maxp->maxFunctionDefs; in tt_size_init_bytecode()
1031 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) || in tt_size_init_bytecode()
Dttinterp.c398 exec->maxFDefs = size->max_function_defs; in TT_Load_Context()