Searched refs:T1_MAX_SUBRS_CALLS (Results 1 - 3 of 3) sorted by relevance

/external/freetype/include/freetype/config/
H A Dftoption.h681 /* T1_MAX_SUBRS_CALLS details the maximum number of nested sub-routine */
684 #define T1_MAX_SUBRS_CALLS 16 macro
/external/freetype/include/freetype/internal/
H A Dpsaux.h601 /* T1_MAX_SUBRS_CALLS details the maximum number of nested sub-routine */
604 #define T1_MAX_SUBRS_CALLS 8
666 T1_Decoder_ZoneRec zones[T1_MAX_SUBRS_CALLS + 1];
/external/freetype/src/psaux/
H A Dt1decode.c1348 if ( zone - decoder->zones >= T1_MAX_SUBRS_CALLS )

Completed in 81 milliseconds