Searched refs:len_score (Results 1 – 3 of 3) sorted by relevance
995 FT_Pos len_threshold, len_score; in af_latin2_hints_link_segments() local1003 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); in af_latin2_hints_link_segments()1046 score = dist + len_score / len; in af_latin2_hints_link_segments()
1938 FT_Pos len_threshold, len_score, dist_score, max_width; in af_latin_hints_link_segments() local1953 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); in af_latin_hints_link_segments()2029 score = dist_demerit + len_score / len; in af_latin_hints_link_segments()
6969 (af_latin_hints_link_segments): Reduce `len_score' value.