Home
last modified time | relevance | path

Searched refs:d_off1 (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
1725 d_off1 = cur_pos1 - FT_PIX_FLOOR( cur_pos1 ); in af_hint_normal_stem()
1727 u_off1 = 64 - d_off1; in af_hint_normal_stem()
1732 if ( d_off1 == 0 || d_off2 == 0 ) in af_hint_normal_stem()
1750 if ( d_off1 >= threshold || u_off1 >= threshold || in af_hint_normal_stem()
1765 d_off1 = threshold - u_off1; in af_hint_normal_stem()
1770 if ( d_off1 <= u_off1 ) in af_hint_normal_stem()
1771 u_off1 = -d_off1; in af_hint_normal_stem()