Searched refs:len_threshold (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/autofit/
H A Daflatin.c952 FT_Pos len_threshold, len_score; local
956 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
957 if ( len_threshold == 0 )
958 len_threshold = 1;
995 if ( len >= len_threshold )
H A Daflatin2.c944 FT_Pos len_threshold, len_score; local
948 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
949 if ( len_threshold == 0 )
950 len_threshold = 1;
995 if ( len >= len_threshold )
H A Dafcjk.c734 FT_Pos len_threshold; local
738 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
776 if ( len >= len_threshold )

Completed in 54 milliseconds