Searched refs:CFF_MAX_SUBRS_CALLS (Results 1 – 3 of 3) sorted by relevance
1156 #define CFF_MAX_SUBRS_CALLS 16 /* maximum subroutine nesting; */ macro1183 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1];
2128 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS ) in cff_decoder_parse_charstrings()2172 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS ) in cff_decoder_parse_charstrings()
4434 (CFF_MAX_SUBRS_CALLS): Set to 16.