Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafcjk.c899 FT_Pos d_off1, u_off1, d_off2, u_off2, delta; in af_hint_normal_stem() local
934 u_off2 = 64 - d_off2; in af_hint_normal_stem()
957 d_off2 >= threshold || u_off2 >= threshold ) in af_hint_normal_stem()
973 u_off2 = threshold - d_off2; in af_hint_normal_stem()
979 if ( d_off2 <= u_off2 ) in af_hint_normal_stem()
980 u_off2 = -d_off2; in af_hint_normal_stem()
982 if ( FT_ABS( u_off1 ) <= FT_ABS( u_off2 ) ) in af_hint_normal_stem()
985 delta = u_off2; in af_hint_normal_stem()