Home
last modified time | relevance | path

Searched refs:T1_MAX_SUBRS_CALLS (Results 1 – 8 of 8) sorted by relevance

/external/freetype/include/freetype/config/
Dftoption.h741 #define T1_MAX_SUBRS_CALLS 16 macro
/external/skqp/third_party/freetype2/include/freetype-android/
Dftoption.h723 #define T1_MAX_SUBRS_CALLS 16 macro
/external/skia/third_party/freetype2/include/freetype-android/
Dftoption.h723 #define T1_MAX_SUBRS_CALLS 16 macro
/external/pdfium/third_party/freetype/include/freetype-custom-config/
Dftoption.h760 #define T1_MAX_SUBRS_CALLS 16 macro
/external/freetype/devel/
Dftoption.h735 #define T1_MAX_SUBRS_CALLS 16 macro
/external/freetype/include/freetype/internal/
Dpsaux.h880 #define T1_MAX_SUBRS_CALLS 8
955 T1_Decoder_ZoneRec zones[T1_MAX_SUBRS_CALLS + 1];
/external/freetype/src/psaux/
Dt1decode.c1459 if ( zone - decoder->zones >= T1_MAX_SUBRS_CALLS ) in t1_decoder_parse_charstrings()
Dpsintrp.c980 ( font->isT1 && charstringIndex > T1_MAX_SUBRS_CALLS ) ) in cf2_interpT2CharString()