Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.h210 FT_UInt maxFunc; /* maximum function index */ member
A Dttinterp.c594 exec->maxFunc = size->max_func; in TT_Load_Context()
686 size->max_func = exec->maxFunc; in TT_Save_Context()
4725 if ( n > CUR.maxFunc ) in Ins_FDEF()
4726 CUR.maxFunc = (FT_UInt16)n; in Ins_FDEF()
4936 if ( BOUNDSL( F, CUR.maxFunc + 1 ) ) in Ins_CALL()
4949 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F ) in Ins_CALL()
5024 if ( BOUNDSL( F, CUR.maxFunc + 1 ) ) in Ins_LOOPCALL()
5037 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F ) in Ins_LOOPCALL()

Completed in 17 milliseconds