Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Daflatin2.c971 FT_Pos len_threshold, len_score; in af_latin2_hints_link_segments() local
979 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); in af_latin2_hints_link_segments()
1022 score = dist + len_score / len; in af_latin2_hints_link_segments()
Daflatin.c1383 FT_Pos len_threshold, len_score, dist_score, max_width; in af_latin_hints_link_segments() local
1398 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); in af_latin_hints_link_segments()
1474 score = dist_demerit + len_score / len; in af_latin_hints_link_segments()