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 303 FT_UInt max_function_defs; member in struct:TT_SizeRec_
ttobjs.c 903 size->max_function_defs = 0;
934 size->max_function_defs = maxp->maxFunctionDefs;
960 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) ||
    [all...]
ttinterp.c 577 exec->maxFDefs = size->max_function_defs;
    [all...]

Completed in 935 milliseconds