Searched refs:CFF_MAX_SUBRS_CALLS (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/cff/
H A Dcffgload.h32 #define CFF_MAX_SUBRS_CALLS 16 /* maximum subroutine nesting; */ macro
168 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1];
H A Dcffgload.c2524 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS )
2568 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS )
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.h32 #define CFF_MAX_SUBRS_CALLS 16 /* maximum subroutine nesting; */ macro
168 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1];
H A Dcffgload.c2403 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS )
2447 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS )

Completed in 64 milliseconds