Home
last modified time | relevance | path

Searched refs:len_score (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/autofit/
Daflatin2.c992 FT_Pos len_threshold, len_score; in af_latin2_hints_link_segments() local
1000 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); in af_latin2_hints_link_segments()
1043 score = dist + len_score / len; in af_latin2_hints_link_segments()
Daflatin.c1909 FT_Pos len_threshold, len_score, dist_score, max_width; in af_latin_hints_link_segments() local
1924 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); in af_latin_hints_link_segments()
2000 score = dist_demerit + len_score / len; in af_latin_hints_link_segments()