Searched refs:numIDefs (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.h198 FT_UInt numIDefs; /* number of instruction defs */ member in struct:TT_ExecContextRec_
H A Dttinterp.c422 exec->numIDefs = size->num_instruction_defs;
516 size->num_instruction_defs = exec->numIDefs;
4048 limit = def + exc->numIDefs;
4057 if ( exc->numIDefs >= exc->maxIDefs )
4062 exc->numIDefs++;
7447 TT_DefRecord* limit = def + exc->numIDefs;
8185 TT_DefRecord* limit = def + exc->numIDefs;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.h210 FT_UInt numIDefs; /* number of instruction defs */ member in struct:TT_ExecContextRec_
H A Dttinterp.c561 exec->numIDefs = size->num_instruction_defs;
655 size->num_instruction_defs = exec->numIDefs;
5083 limit = def + CUR.numIDefs;
5092 if ( CUR.numIDefs >= CUR.maxIDefs )
5097 CUR.numIDefs++;
7852 TT_DefRecord* limit = def + CUR.numIDefs;
8915 TT_DefRecord* limit = def + CUR.numIDefs;

Completed in 252 milliseconds