Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.h199 FT_UInt numIDefs; /* number of instruction defs */ member
Dttinterp.c424 exec->numIDefs = size->num_instruction_defs; in TT_Load_Context()
521 size->num_instruction_defs = exec->numIDefs; in TT_Save_Context()
4109 limit = def + exc->numIDefs; in Ins_IDEF()
4118 if ( exc->numIDefs >= exc->maxIDefs ) in Ins_IDEF()
4123 exc->numIDefs++; in Ins_IDEF()
7674 TT_DefRecord* limit = def + exc->numIDefs; in Ins_UNKNOWN()
8526 TT_DefRecord* limit = def + exc->numIDefs; in TT_RunIns()