Searched refs:end_point (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshrec.c | 130 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 592 mask->end_point = end_point; in ps_dimension_end_mask() 601 FT_UInt end_point, in ps_dimension_reset_mask() argument 608 ps_dimension_end_mask( dim, end_point ); in ps_dimension_reset_mask() 621 FT_UInt end_point, in ps_dimension_set_mask_bits() argument 628 error = ps_dimension_reset_mask( dim, end_point, memory ); in ps_dimension_set_mask_bits() 764 FT_UInt end_point, in ps_dimension_end() argument [all …]
|
D | pshrec.h | 103 FT_UInt end_point; member
|
D | pshalgo.c | 1695 first = mask->end_point > glyph->num_points in psh_glyph_find_strong_points() 1697 : mask->end_point; in psh_glyph_find_strong_points() 1705 next = mask->end_point > glyph->num_points in psh_glyph_find_strong_points() 1707 : mask->end_point; in psh_glyph_find_strong_points()
|
/external/freetype/include/freetype/internal/ |
D | pshints.h | 238 FT_UInt end_point ); 267 FT_UInt end_point ); 509 FT_UInt end_point, 581 FT_UInt end_point );
|
/external/freetype/src/autofit/ |
D | afhints.c | 1153 AF_Point end_point; in af_glyph_hints_align_weak_points() local 1188 end_point = point->prev; in af_glyph_hints_align_weak_points() 1194 if ( point > end_point ) /* no touched point in contour */ in af_glyph_hints_align_weak_points() 1208 FT_ASSERT( point <= end_point && in af_glyph_hints_align_weak_points() 1212 while ( point < end_point && in af_glyph_hints_align_weak_points() 1222 if ( point > end_point ) in af_glyph_hints_align_weak_points() 1239 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points() 1243 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points() 1244 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 2305 const SkPoint end_point = { in DrawSlashForInsecureScheme() local 2326 end_point.fX, end_point.fY, paint); in DrawSlashForInsecureScheme() 2335 end_point.fX, end_point.fY, paint); in DrawSlashForInsecureScheme()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 6820 FT_UInt end_point; /* end point (last+1) of contour */ in Ins_IUP() local 6856 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP() 6859 if ( BOUNDS ( end_point, CUR.pts.n_points ) ) in Ins_IUP() 6860 end_point = CUR.pts.n_points - 1; in Ins_IUP() 6862 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 ) in Ins_IUP() 6865 if ( point <= end_point ) in Ins_IUP() 6872 while ( point <= end_point ) in Ins_IUP() 6888 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP() 6893 end_point, in Ins_IUP()
|