Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h201 FT_UInt numFDefs; /* ! number of function defs */ member
Dttinterp.c373 exec->numFDefs = size->num_function_defs; in TT_Load_Context()
471 size->num_function_defs = exec->numFDefs; in TT_Save_Context()
3722 limit = FT_OFFSET( rec, exc->numFDefs ); in Ins_FDEF()
3734 if ( exc->numFDefs >= exc->maxFDefs ) in Ins_FDEF()
3739 exc->numFDefs++; in Ins_FDEF()
3982 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()
3989 limit = def + exc->numFDefs; in Ins_CALL()
4070 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()
4077 limit = FT_OFFSET( def, exc->numFDefs ); in Ins_LOOPCALL()