Searched refs:first_touched (Results 1 – 2 of 2) sorted by relevance
1239 AF_Point first_touched, last_touched; in af_glyph_hints_align_weak_points() local1258 first_touched = point; in af_glyph_hints_align_weak_points()1292 if ( last_touched == first_touched ) in af_glyph_hints_align_weak_points()1293 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()1299 last_touched, first_touched ); in af_glyph_hints_align_weak_points()1301 if ( first_touched > points ) in af_glyph_hints_align_weak_points()1302 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()1303 last_touched, first_touched ); in af_glyph_hints_align_weak_points()
7383 FT_UInt first_touched; /* first touched point in contour */ in Ins_IUP() local7438 first_touched = point; in Ins_IUP()7458 if ( cur_touched == first_touched ) in Ins_IUP()7466 first_touched ); in Ins_IUP()7468 if ( first_touched > 0 ) in Ins_IUP()7471 first_touched - 1, in Ins_IUP()7473 first_touched ); in Ins_IUP()
Completed in 23 milliseconds