Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.h194 FT_UInt numFDefs; /* number of function defs */ member
Dttinterp.c413 exec->numFDefs = size->num_function_defs; in TT_Load_Context()
508 size->num_function_defs = exec->numFDefs; in TT_Save_Context()
3617 limit = rec + exc->numFDefs; in Ins_FDEF()
3629 if ( exc->numFDefs >= exc->maxFDefs ) in Ins_FDEF()
3634 exc->numFDefs++; in Ins_FDEF()
3874 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()
3881 limit = def + exc->numFDefs; in Ins_CALL()
3962 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()
3969 limit = def + exc->numFDefs; in Ins_LOOPCALL()
/external/freetype/src/truetype/
Dttinterp.h195 FT_UInt numFDefs; /* number of function defs */ member
Dttinterp.c397 exec->numFDefs = size->num_function_defs; in TT_Load_Context()
493 size->num_function_defs = exec->numFDefs; in TT_Save_Context()
3557 limit = rec + exc->numFDefs; in Ins_FDEF()
3569 if ( exc->numFDefs >= exc->maxFDefs ) in Ins_FDEF()
3574 exc->numFDefs++; in Ins_FDEF()
3814 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()
3821 limit = def + exc->numFDefs; in Ins_CALL()
3902 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()
3909 limit = def + exc->numFDefs; in Ins_LOOPCALL()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttinterp.h194 FT_UInt numFDefs; /* number of function defs */ member
Dttinterp.c404 exec->numFDefs = size->num_function_defs; in TT_Load_Context()
499 size->num_function_defs = exec->numFDefs; in TT_Save_Context()
3608 limit = rec + exc->numFDefs; in Ins_FDEF()
3620 if ( exc->numFDefs >= exc->maxFDefs ) in Ins_FDEF()
3625 exc->numFDefs++; in Ins_FDEF()
3865 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()
3872 limit = def + exc->numFDefs; in Ins_CALL()
3953 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()
3960 limit = def + exc->numFDefs; in Ins_LOOPCALL()