Home
last modified time | relevance | path

Searched refs:end_point (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c130 mask->end_point = 0; in ps_mask_done()
275 mask->end_point = 0; in ps_mask_table_alloc()
469 mask2->end_point = 0; in ps_mask_table_merge()
583 FT_UInt end_point ) in ps_dimension_end_mask() argument
593 mask->end_point = end_point; in ps_dimension_end_mask()
609 ps_dimension_end_mask( dim, end_point ); in ps_dimension_reset_mask()
765 FT_UInt end_point, in ps_dimension_end() argument
769 ps_dimension_end_mask( dim, end_point ); in ps_dimension_end()
958 FT_UInt end_point ) in ps_hints_t1reset() argument
997 FT_UInt end_point, in ps_hints_t2mask() argument
[all …]
A Dpshrec.h103 FT_UInt end_point; member
A Dpshalgo.c1693 first = mask->end_point > glyph->num_points in psh_glyph_find_strong_points()
1695 : mask->end_point; in psh_glyph_find_strong_points()
1703 next = mask->end_point > glyph->num_points in psh_glyph_find_strong_points()
1705 : mask->end_point; in psh_glyph_find_strong_points()
/AliOS-Things-master/components/freetype/include/internal/
A Dpshints.h238 FT_UInt end_point );
267 FT_UInt end_point );
509 FT_UInt end_point,
581 FT_UInt end_point );
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c1210 AF_Point end_point; in af_glyph_hints_align_weak_points() local
1243 end_point = point->prev; in af_glyph_hints_align_weak_points()
1249 if ( point > end_point ) /* no touched point in contour */ in af_glyph_hints_align_weak_points()
1262 FT_ASSERT( point <= end_point && in af_glyph_hints_align_weak_points()
1266 while ( point < end_point && in af_glyph_hints_align_weak_points()
1276 if ( point > end_point ) in af_glyph_hints_align_weak_points()
1293 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1297 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points()
1298 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c7381 FT_UInt end_point; /* end point (last+1) of contour */ in Ins_IUP() local
7427 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP()
7430 if ( BOUNDS ( end_point, CUR.pts.n_points ) ) in Ins_IUP()
7431 end_point = CUR.pts.n_points - 1; in Ins_IUP()
7433 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 ) in Ins_IUP()
7436 if ( point <= end_point ) in Ins_IUP()
7443 while ( point <= end_point ) in Ins_IUP()
7459 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP()
7464 end_point, in Ins_IUP()

Completed in 31 milliseconds