Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c1606 AF_Point first_touched, last_touched; in af_glyph_hints_align_weak_points() local
1625 first_touched = point; in af_glyph_hints_align_weak_points()
1659 if ( last_touched == first_touched ) in af_glyph_hints_align_weak_points()
1660 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1666 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
1668 if ( first_touched > points ) in af_glyph_hints_align_weak_points()
1669 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()
1670 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
/external/freetype/src/truetype/
Dttinterp.c7056 FT_UInt first_touched; /* first touched point in contour */ in Ins_IUP() local
7126 first_touched = point; in Ins_IUP()
7146 if ( cur_touched == first_touched ) in Ins_IUP()
7154 first_touched ); in Ins_IUP()
7156 if ( first_touched > 0 ) in Ins_IUP()
7159 first_touched - 1, in Ins_IUP()
7161 first_touched ); in Ins_IUP()