Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafcjk.c1691 FT_Pos d_off1, u_off1, d_off2, u_off2, delta; in af_hint_normal_stem() local
1725 u_off1 = 64 - d_off1; in af_hint_normal_stem()
1737 if ( u_off1 <= d_off2 ) in af_hint_normal_stem()
1738 delta = u_off1; in af_hint_normal_stem()
1748 if ( d_off1 >= threshold || u_off1 >= threshold || in af_hint_normal_stem()
1757 if ( u_off1 <= offset || d_off2 <= offset ) in af_hint_normal_stem()
1763 d_off1 = threshold - u_off1; in af_hint_normal_stem()
1764 u_off1 = u_off1 - offset; in af_hint_normal_stem()
1768 if ( d_off1 <= u_off1 ) in af_hint_normal_stem()
1769 u_off1 = -d_off1; in af_hint_normal_stem()
[all …]