Searched refs:numFDefs (Results 1 – 2 of 2) sorted by relevance
194 FT_UInt numFDefs; /* number of function defs */ member
421 exec->numFDefs = size->num_function_defs; in TT_Load_Context()519 size->num_function_defs = exec->numFDefs; in TT_Save_Context()3710 limit = FT_OFFSET( rec, exc->numFDefs ); in Ins_FDEF()3722 if ( exc->numFDefs >= exc->maxFDefs ) in Ins_FDEF()3727 exc->numFDefs++; in Ins_FDEF()3970 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()3977 limit = def + exc->numFDefs; in Ins_CALL()4058 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()4065 limit = FT_OFFSET( def, exc->numFDefs ); in Ins_LOOPCALL()