Searched refs:FDefs (Results 1 – 3 of 3) sorted by relevance
196 TT_DefArray FDefs; /* table of FDefs entries */ member
425 exec->FDefs = size->function_defs; in TT_Load_Context()3709 rec = exc->FDefs; in Ins_FDEF()3957 if ( !exc->FDefs ) in Ins_CALL()3969 def = exc->FDefs + F; in Ins_CALL()3976 def = exc->FDefs; in Ins_CALL()4057 def = FT_OFFSET( exc->FDefs, F ); in Ins_LOOPCALL()4064 def = exc->FDefs; in Ins_LOOPCALL()
1050 * src/truetype/ttinterp.c (Ins_CALL): Fail if `exc->FDefs' is null.