Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c1184 AF_Point first_touched, last_touched; in af_glyph_hints_align_weak_points() local
1204 last_touched = point; in af_glyph_hints_align_weak_points()
1216 last_touched = point; in af_glyph_hints_align_weak_points()
1232 af_iup_interp( last_touched + 1, point - 1, in af_glyph_hints_align_weak_points()
1233 last_touched, point ); in af_glyph_hints_align_weak_points()
1238 if ( last_touched == first_touched ) in af_glyph_hints_align_weak_points()
1243 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points()
1244 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
1245 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
1249 last_touched, first_touched ); in af_glyph_hints_align_weak_points()