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

/xsrc/external/mit/freetype/dist/devel/
H A Dftoption.h753 * `T1_MAX_SUBRS_CALLS` details the maximum number of nested sub-routine
756 #define T1_MAX_SUBRS_CALLS 16 macro
/xsrc/external/mit/freetype/dist/include/freetype/config/
H A Dftoption.h756 * `T1_MAX_SUBRS_CALLS` details the maximum number of nested sub-routine
759 #define T1_MAX_SUBRS_CALLS 16 macro
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dpsaux.h869 * T1_MAX_SUBRS_CALLS details the maximum number of nested sub-routine
872 #define T1_MAX_SUBRS_CALLS 8
947 T1_Decoder_ZoneRec zones[T1_MAX_SUBRS_CALLS + 1];
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dt1decode.c1465 if ( zone - decoder->zones >= T1_MAX_SUBRS_CALLS )
2004 if ( zone - decoder->zones >= T1_MAX_SUBRS_CALLS )
H A Dpsintrp.c982 ( font->isT1 && charstringIndex > T1_MAX_SUBRS_CALLS ) )

Completed in 13 milliseconds