Searched refs:CFF_MAX_TRANS_ELEMENTS (Results 1 – 3 of 3) sorted by relevance
1883 if ( idx < CFF_MAX_TRANS_ELEMENTS ) in cff_decoder_parse_charstrings()1896 if ( idx < CFF_MAX_TRANS_ELEMENTS ) in cff_decoder_parse_charstrings()1928 idx < CFF_MAX_TRANS_ELEMENTS && in cff_decoder_parse_charstrings()1934 end = FT_MIN( idx + count, CFF_MAX_TRANS_ELEMENTS ); in cff_decoder_parse_charstrings()
1153 #define CFF_MAX_TRANS_ELEMENTS 32 macro1187 FT_Fixed buildchar[CFF_MAX_TRANS_ELEMENTS];
448 * src/cff/cffgload.h (CFF_MAX_TRANS_ELEMENTS): Define.