Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.h159 FT_UInt numFDefs; /* number of function defs */ member
Dttinterp.c574 exec->numFDefs = size->num_function_defs; in TT_Load_Context()
666 size->num_function_defs = exec->numFDefs; in TT_Save_Context()
4563 limit = rec + CUR.numFDefs; in Ins_FDEF()
4575 if ( CUR.numFDefs >= CUR.maxFDefs ) in Ins_FDEF()
4580 CUR.numFDefs++; in Ins_FDEF()
4696 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F ) in Ins_CALL()
4703 limit = def + CUR.numFDefs; in Ins_CALL()
4772 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F ) in Ins_LOOPCALL()
4779 limit = def + CUR.numFDefs; in Ins_LOOPCALL()