Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafcjk.c1593 FT_Pos d_off1, u_off1, d_off2, u_off2, delta; in af_hint_normal_stem() local
1627 u_off1 = 64 - d_off1; in af_hint_normal_stem()
1639 if ( u_off1 <= d_off2 ) in af_hint_normal_stem()
1640 delta = u_off1; in af_hint_normal_stem()
1650 if ( d_off1 >= threshold || u_off1 >= threshold || in af_hint_normal_stem()
1659 if ( u_off1 <= offset || d_off2 <= offset ) in af_hint_normal_stem()
1665 d_off1 = threshold - u_off1; in af_hint_normal_stem()
1666 u_off1 = u_off1 - offset; in af_hint_normal_stem()
1670 if ( d_off1 <= u_off1 ) in af_hint_normal_stem()
1671 u_off1 = -d_off1; in af_hint_normal_stem()
[all …]