Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c1883 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()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h1153 #define CFF_MAX_TRANS_ELEMENTS 32 macro
1187 FT_Fixed buildchar[CFF_MAX_TRANS_ELEMENTS];
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.23448 * src/cff/cffgload.h (CFF_MAX_TRANS_ELEMENTS): Define.