Home
last modified time | relevance | path

Searched refs:AF_LATIN_CONSTANT (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/autofit/
Daflatin.h34 #define AF_LATIN_CONSTANT( metrics, c ) \ macro
Daflatin2.c163 : AF_LATIN_CONSTANT( metrics, 50 ); in af_latin2_metrics_init_widths()
999 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); in af_latin2_hints_link_segments()
1003 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); in af_latin2_hints_link_segments()
Daflatin.c241 : AF_LATIN_CONSTANT( metrics, 50 ); in af_latin_metrics_init_widths()
1948 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); in af_latin_hints_link_segments()
1953 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); in af_latin_hints_link_segments()
Dafcjk.c248 : AF_LATIN_CONSTANT( metrics, 50 ); in af_cjk_metrics_init_widths()
860 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); in af_cjk_hints_link_segments()
/external/freetype/
DChangeLog.221039 * src/autofit/aflatin.h (AF_LATIN_CONSTANT): New macro.