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

  /external/freetype/src/truetype/
ttinterp.h 172 callSize; /* size of call stack */
ttinterp.c 419 exec->callSize = 0;
462 exec->callSize = 32;
464 if ( FT_NEW_ARRAY( exec->callStack, exec->callSize ) )
    [all...]

Completed in 17 milliseconds