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 171 callSize; /* size of call stack */
ttinterp.c 416 exec->callSize = 0;
459 exec->callSize = 32;
461 if ( FT_NEW_ARRAY( exec->callStack, exec->callSize ) )
    [all...]

Completed in 45 milliseconds