Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c129 mask->end_point = 0; in ps_mask_done()
271 mask->end_point = 0; in ps_mask_table_alloc()
467 mask2->end_point = 0; in ps_mask_table_merge()
585 FT_UInt end_point ) in ps_dimension_end_mask() argument
595 mask->end_point = end_point; in ps_dimension_end_mask()
604 FT_UInt end_point, in ps_dimension_reset_mask() argument
611 ps_dimension_end_mask( dim, end_point ); in ps_dimension_reset_mask()
624 FT_UInt end_point, in ps_dimension_set_mask_bits() argument
631 error = ps_dimension_reset_mask( dim, end_point, memory ); in ps_dimension_set_mask_bits()
776 FT_UInt end_point, in ps_dimension_end() argument
[all …]
Dpshrec.h98 FT_UInt end_point; member
Dpshalgo.c1581 first = mask->end_point > glyph->num_points in psh_glyph_find_strong_points()
1583 : mask->end_point; in psh_glyph_find_strong_points()
1587 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points ); in psh_glyph_find_strong_points()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpshints.h237 FT_UInt end_point );
266 FT_UInt end_point );
508 FT_UInt end_point,
580 FT_UInt end_point );
/third_party/skia/modules/skottie/src/effects/
DGradientEffect.cpp96 end_point = SkPoint{ fEndPoint.x, fEndPoint.y}; in onSync()
100 lg->setEndPoint(end_point); in onSync()
107 rg->setEndRadius(SkPoint::Distance(start_point, end_point)); in onSync()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh610 unsigned end_point = end_points[c]; in apply_deltas_to_points() local
614 for (unsigned i = start_point; i <= end_point; i++) in apply_deltas_to_points()
618 if (unref_count == 0 || unref_count > end_point - start_point) in apply_deltas_to_points()
630 j = next_index (i, start_point, end_point); in apply_deltas_to_points()
637 j = next_index (i, start_point, end_point); in apply_deltas_to_points()
645 i = next_index (i, start_point, end_point); in apply_deltas_to_points()
653 start_point = end_point + 1; in apply_deltas_to_points()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c635 int end_point = 0; in search_in_conversion_table() local
639 int start_point = end_point; in search_in_conversion_table()
641 end_point += counters[i] * (size_of_case_value + 1); in search_in_conversion_table()
644 int top = end_point - size_of_case_value; in search_in_conversion_table()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c1672 AF_Point end_point; in af_glyph_hints_align_weak_points() local
1705 end_point = point->prev; in af_glyph_hints_align_weak_points()
1711 if ( point > end_point ) /* no touched point in contour */ in af_glyph_hints_align_weak_points()
1724 FT_ASSERT( point <= end_point && in af_glyph_hints_align_weak_points()
1728 while ( point < end_point && in af_glyph_hints_align_weak_points()
1738 if ( point > end_point ) in af_glyph_hints_align_weak_points()
1755 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1759 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points()
1760 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c1033 FT_Int end_point; in reconstruct_glyf() local
1133 end_point = -1; in reconstruct_glyf()
1137 end_point += n_points_arr[contour_ix]; in reconstruct_glyf()
1138 if ( end_point >= 65536 ) in reconstruct_glyf()
1141 WRITE_SHORT( pointer, end_point ); in reconstruct_glyf()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c3733 FT_Int end_point; in tt_interpolate_deltas() local
3751 end_point = outline->contours[contour]; in tt_interpolate_deltas()
3755 while ( point <= end_point && !has_delta[point] ) in tt_interpolate_deltas()
3758 if ( point <= end_point ) in tt_interpolate_deltas()
3765 while ( point <= end_point ) in tt_interpolate_deltas()
3786 end_point, in tt_interpolate_deltas()
3795 end_point, in tt_interpolate_deltas()
Dttinterp.c7005 FT_UInt end_point; /* end point (last+1) of contour */ in Ins_IUP() local
7066 end_point = exc->pts.contours[contour] - exc->pts.first_point; in Ins_IUP()
7069 if ( BOUNDS( end_point, exc->pts.n_points ) ) in Ins_IUP()
7070 end_point = exc->pts.n_points - 1; in Ins_IUP()
7072 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 ) in Ins_IUP()
7075 if ( point <= end_point ) in Ins_IUP()
7082 while ( point <= end_point ) in Ins_IUP()
7098 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP()
7103 end_point, in Ins_IUP()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.246051 `end_point' is not larger than `glyph->num_points'.
DChangeLog.237735 (Ins_IUP): Fix computation of `end_point'.