Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Daflatin.c3106 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin_hint_edges() local
3121 u_off = 32; in af_latin_hint_edges()
3127 u_off = 38; in af_latin_hint_edges()
3136 error1 = org_center - ( cur_pos1 - u_off ); in af_latin_hint_edges()
3145 cur_pos1 -= u_off; in af_latin_hint_edges()
3196 FT_Pos u_off, d_off; in af_latin_hint_edges() local
3203 u_off = 32; in af_latin_hint_edges()
3208 u_off = 38; in af_latin_hint_edges()
3212 delta1 = org_center - ( cur_pos1 - u_off ); in af_latin_hint_edges()
3221 cur_pos1 -= u_off; in af_latin_hint_edges()
Daflatin2.c1968 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin2_hint_edges() local
1976 u_off = d_off = 32; in af_latin2_hint_edges()
1979 u_off = 38; in af_latin2_hint_edges()
1989 error1 = org_center - ( cur_pos1 - u_off ); in af_latin2_hint_edges()
1998 cur_pos1 -= u_off; in af_latin2_hint_edges()