Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c1545 AF_Point first_touched, last_touched; in af_glyph_hints_align_weak_points() local
1564 first_touched = point; in af_glyph_hints_align_weak_points()
1598 if ( last_touched == first_touched ) in af_glyph_hints_align_weak_points()
1599 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1605 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
1607 if ( first_touched > points ) in af_glyph_hints_align_weak_points()
1608 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()
1609 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
/external/freetype/src/truetype/
Dttinterp.c7012 FT_UInt first_touched; /* first touched point in contour */ in Ins_IUP() local
7082 first_touched = point; in Ins_IUP()
7102 if ( cur_touched == first_touched ) in Ins_IUP()
7110 first_touched ); in Ins_IUP()
7112 if ( first_touched > 0 ) in Ins_IUP()
7115 first_touched - 1, in Ins_IUP()
7117 first_touched ); in Ins_IUP()