Home | History | Annotate | Download | only in autofit

Lines Matching refs:len_threshold

928     FT_Pos        len_threshold, len_score;
932 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
933 if ( len_threshold == 0 )
934 len_threshold = 1;
979 if ( len >= len_threshold )