Searched refs:CFF_MAX_TRANS_ELEMENTS (Results 1 – 3 of 3) sorted by relevance
1859 if ( idx >= 0 && idx < CFF_MAX_TRANS_ELEMENTS ) in cff_decoder_parse_charstrings()1872 if ( idx >= 0 && idx < CFF_MAX_TRANS_ELEMENTS ) in cff_decoder_parse_charstrings()1904 idx >= 0 && idx < CFF_MAX_TRANS_ELEMENTS && in cff_decoder_parse_charstrings()1910 end = FT_MIN( idx + count, CFF_MAX_TRANS_ELEMENTS ); in cff_decoder_parse_charstrings()
1162 #define CFF_MAX_TRANS_ELEMENTS 32 macro1196 FT_Fixed buildchar[CFF_MAX_TRANS_ELEMENTS];
448 * src/cff/cffgload.h (CFF_MAX_TRANS_ELEMENTS): Define.