Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c1239 AF_Point first_touched, last_touched; in af_glyph_hints_align_weak_points() local
1258 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()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c7383 FT_UInt first_touched; /* first touched point in contour */ in Ins_IUP() local
7438 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