Home | History | Annotate | Download | only in autofit

Lines Matching refs:len_threshold

1909     FT_Pos        len_threshold, len_score, dist_score, max_width;
1919 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
1920 if ( len_threshold == 0 )
1921 len_threshold = 1;
1962 if ( len >= len_threshold )