Home
last modified time | relevance | path

Searched refs:CF2_MAX_SUBR (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/freetype/src/cff/
Dcf2font.h51 #define CF2_MAX_SUBR 10 /* maximum subroutine nesting */ macro
Dcf2intrp.c540 cf2_arrstack_setCount( &subrStack, CF2_MAX_SUBR + 1 ); in cf2_interpT2CharString()
754 if ( charstringIndex > CF2_MAX_SUBR ) in cf2_interpT2CharString()
/external/freetype/src/cff/
Dcf2font.h51 #define CF2_MAX_SUBR 16 /* maximum subroutine nesting; */ macro
Dcf2intrp.c541 cf2_arrstack_setCount( &subrStack, CF2_MAX_SUBR + 1 ); in cf2_interpT2CharString()
755 if ( charstringIndex > CF2_MAX_SUBR ) in cf2_interpT2CharString()