Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.h430 FT_ULong loopcall_counter_max; member
Dttinterp.c4110 if ( exc->loopcall_counter > exc->loopcall_counter_max ) in Ins_LOOPCALL()
7806 exc->loopcall_counter_max = FT_MAX( 50, in TT_RunIns()
7811 exc->loopcall_counter_max = 300 + 22 * exc->cvtSize; in TT_RunIns()
7815 if ( exc->loopcall_counter_max > in TT_RunIns()
7817 exc->loopcall_counter_max = 100 * (FT_ULong)exc->face->root.num_glyphs; in TT_RunIns()
7820 " to %ld\n", exc->loopcall_counter_max )); in TT_RunIns()
7822 exc->neg_jump_counter_max = exc->loopcall_counter_max; in TT_RunIns()
/external/freetype/
DChangeLog.281903 * src/truetype/ttinterp.c (TT_RunIns): Limit `loopcall_counter_max'