Home
last modified time | relevance | path

Searched refs:CFF_MAX_TRANS_ELEMENTS (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/psaux/
Dcffdecode.c1883 if ( idx >= 0 && idx < CFF_MAX_TRANS_ELEMENTS ) in cff_decoder_parse_charstrings()
1896 if ( idx >= 0 && idx < CFF_MAX_TRANS_ELEMENTS ) in cff_decoder_parse_charstrings()
1928 idx >= 0 && 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()
/external/freetype/include/freetype/internal/
Dpsaux.h1153 #define CFF_MAX_TRANS_ELEMENTS 32 macro
1187 FT_Fixed buildchar[CFF_MAX_TRANS_ELEMENTS];
/external/freetype/
DChangeLog.23448 * src/cff/cffgload.h (CFF_MAX_TRANS_ELEMENTS): Define.