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 306 FT_UInt max_instruction_defs; member in struct:TT_SizeRec_
ttobjs.c 572 size->max_instruction_defs = 0;
601 size->max_instruction_defs = maxp->maxInstructionDefs;
627 FT_NEW_ARRAY( size->instruction_defs, size->max_instruction_defs ) ||
    [all...]
ttinterp.c 577 exec->maxIDefs = size->max_instruction_defs;
    [all...]

Completed in 220 milliseconds