Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.h198 FT_UInt numIDefs; /* number of instruction defs */ member
Dttinterp.c415 exec->numIDefs = size->num_instruction_defs; in TT_Load_Context()
509 size->num_instruction_defs = exec->numIDefs; in TT_Save_Context()
4038 limit = def + exc->numIDefs; in Ins_IDEF()
4047 if ( exc->numIDefs >= exc->maxIDefs ) in Ins_IDEF()
4052 exc->numIDefs++; in Ins_IDEF()
7437 TT_DefRecord* limit = def + exc->numIDefs; in Ins_UNKNOWN()
8175 TT_DefRecord* limit = def + exc->numIDefs; in TT_RunIns()
/external/freetype/src/truetype/
Dttinterp.h199 FT_UInt numIDefs; /* number of instruction defs */ member
Dttinterp.c399 exec->numIDefs = size->num_instruction_defs; in TT_Load_Context()
494 size->num_instruction_defs = exec->numIDefs; in TT_Save_Context()
3978 limit = def + exc->numIDefs; in Ins_IDEF()
3987 if ( exc->numIDefs >= exc->maxIDefs ) in Ins_IDEF()
3992 exc->numIDefs++; in Ins_IDEF()
7466 TT_DefRecord* limit = def + exc->numIDefs; in Ins_UNKNOWN()
8256 TT_DefRecord* limit = def + exc->numIDefs; in TT_RunIns()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttinterp.h198 FT_UInt numIDefs; /* number of instruction defs */ member
Dttinterp.c406 exec->numIDefs = size->num_instruction_defs; in TT_Load_Context()
500 size->num_instruction_defs = exec->numIDefs; in TT_Save_Context()
4029 limit = def + exc->numIDefs; in Ins_IDEF()
4038 if ( exc->numIDefs >= exc->maxIDefs ) in Ins_IDEF()
4043 exc->numIDefs++; in Ins_IDEF()
7428 TT_DefRecord* limit = def + exc->numIDefs; in Ins_UNKNOWN()
8166 TT_DefRecord* limit = def + exc->numIDefs; in TT_RunIns()