Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c1184 AF_Point first_touched, last_touched; in af_glyph_hints_align_weak_points() local
1203 first_touched = point; in af_glyph_hints_align_weak_points()
1238 if ( last_touched == first_touched ) in af_glyph_hints_align_weak_points()
1239 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1245 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
1247 if ( first_touched > points ) in af_glyph_hints_align_weak_points()
1248 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()
1249 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
/external/freetype/src/truetype/
Dttinterp.c6822 FT_UInt first_touched; /* first touched point in contour */ in Ins_IUP() local
6867 first_touched = point; in Ins_IUP()
6887 if ( cur_touched == first_touched ) in Ins_IUP()
6895 first_touched ); in Ins_IUP()
6897 if ( first_touched > 0 ) in Ins_IUP()
6900 first_touched - 1, in Ins_IUP()
6902 first_touched ); in Ins_IUP()