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

  /external/freetype/src/truetype/
ttobjs.h 302 FT_UInt max_function_defs; member in struct:TT_SizeRec_
ttobjs.c 570 size->max_function_defs = 0;
600 size->max_function_defs = maxp->maxFunctionDefs;
626 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) ||
    [all...]
ttinterp.c 575 exec->maxFDefs = size->max_function_defs;
    [all...]

Completed in 58 milliseconds