Home
last modified time | relevance | path

Searched refs:numFDefs (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.h195 FT_UInt numFDefs; /* number of function defs */ member
Dttinterp.c422 exec->numFDefs = size->num_function_defs; in TT_Load_Context()
520 size->num_function_defs = exec->numFDefs; in TT_Save_Context()
3677 limit = rec + exc->numFDefs; in Ins_FDEF()
3689 if ( exc->numFDefs >= exc->maxFDefs ) in Ins_FDEF()
3694 exc->numFDefs++; in Ins_FDEF()
3934 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()
3941 limit = def + exc->numFDefs; in Ins_CALL()
4022 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()
4029 limit = def + exc->numFDefs; in Ins_LOOPCALL()