Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c1532 AF_Point first_touched, last_touched; in af_glyph_hints_align_weak_points() local
1551 first_touched = point; in af_glyph_hints_align_weak_points()
1585 if ( last_touched == first_touched ) in af_glyph_hints_align_weak_points()
1586 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1592 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
1594 if ( first_touched > points ) in af_glyph_hints_align_weak_points()
1595 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()
1596 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c6906 FT_UInt first_touched; /* first touched point in contour */ in Ins_IUP() local
6959 first_touched = point; in Ins_IUP()
6979 if ( cur_touched == first_touched ) in Ins_IUP()
6987 first_touched ); in Ins_IUP()
6989 if ( first_touched > 0 ) in Ins_IUP()
6992 first_touched - 1, in Ins_IUP()
6994 first_touched ); in Ins_IUP()
/external/freetype/src/truetype/
Dttinterp.c6847 FT_UInt first_touched; /* first touched point in contour */ in Ins_IUP() local
6917 first_touched = point; in Ins_IUP()
6937 if ( cur_touched == first_touched ) in Ins_IUP()
6945 first_touched ); in Ins_IUP()
6947 if ( first_touched > 0 ) in Ins_IUP()
6950 first_touched - 1, in Ins_IUP()
6952 first_touched ); in Ins_IUP()