Searched refs:loopcall_counter_max (Results 1 – 3 of 3) sorted by relevance
430 FT_ULong loopcall_counter_max; member
4110 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()
1903 * src/truetype/ttinterp.c (TT_RunIns): Limit `loopcall_counter_max'