Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h209 FT_UInt maxFunc; /* ! maximum function index */ member
Dttinterp.c383 exec->maxFunc = size->max_func; in TT_Load_Context()
474 size->max_func = exec->maxFunc; in TT_Save_Context()
3757 if ( n > exc->maxFunc ) in Ins_FDEF()
3758 exc->maxFunc = (FT_UInt16)n; in Ins_FDEF()
3966 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_CALL()
3982 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()
4057 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_LOOPCALL()
4070 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()