HomeSort by relevance Sort by last modified time
    Searched refs:max_instruction_defs (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/truetype/
ttobjs.h 307 FT_UInt max_instruction_defs; member in struct:TT_SizeRec_
ttobjs.c 905 size->max_instruction_defs = 0;
935 size->max_instruction_defs = maxp->maxInstructionDefs;
961 FT_NEW_ARRAY( size->instruction_defs, size->max_instruction_defs ) ||
    [all...]
ttinterp.c 579 exec->maxIDefs = size->max_instruction_defs;
    [all...]

Completed in 47 milliseconds