Home | History | Annotate | Download | only in autofit

Lines Matching refs:threshold

1206     FT_Pos        best_dist0;  /* initial threshold */
1209 /* compute the initial threshold as a fraction of the EM size */
1493 /* with a different threshold */
1593 FT_Pos threshold = 64;
1602 threshold = 64 - AF_LIGHT_MODE_MAX_HORZ_GAP;
1604 threshold = 64 - AF_LIGHT_MODE_MAX_VERT_GAP;
1609 threshold = 64 - AF_LIGHT_MODE_MAX_HORZ_GAP / 3;
1611 threshold = 64 - AF_LIGHT_MODE_MAX_VERT_GAP / 3;
1633 if ( cur_len <= threshold )
1646 if ( threshold < 64 )
1648 if ( d_off1 >= threshold || u_off1 >= threshold ||
1649 d_off2 >= threshold || u_off2 >= threshold )
1661 offset = 64 - threshold;
1663 d_off1 = threshold - u_off1;
1665 u_off2 = threshold - d_off2;