Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafcjk.c1693 FT_Pos d_off1, u_off1, d_off2, u_off2, delta; in af_hint_normal_stem() local
1726 d_off2 = cur_pos2 - FT_PIX_FLOOR( cur_pos2 ); in af_hint_normal_stem()
1728 u_off2 = 64 - d_off2; in af_hint_normal_stem()
1732 if ( d_off1 == 0 || d_off2 == 0 ) in af_hint_normal_stem()
1737 if ( d_off2 < cur_len ) in af_hint_normal_stem()
1739 if ( u_off1 <= d_off2 ) in af_hint_normal_stem()
1742 delta = -d_off2; in af_hint_normal_stem()
1751 d_off2 >= threshold || u_off2 >= threshold ) in af_hint_normal_stem()
1759 if ( u_off1 <= offset || d_off2 <= offset ) in af_hint_normal_stem()
1767 u_off2 = threshold - d_off2; in af_hint_normal_stem()
[all …]