Home
last modified time | relevance | path

Searched refs:n_points (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c368 FT_Int n_points; in TT_Load_Simple_Glyph() local
410 n_points = 0; in TT_Load_Simple_Glyph()
413 n_points = cont[-1] + 1; in TT_Load_Simple_Glyph()
414 if ( n_points < 0 ) in TT_Load_Simple_Glyph()
418 FT_TRACE5(( " # of points: %d\n", n_points )); in TT_Load_Simple_Glyph()
421 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); in TT_Load_Simple_Glyph()
480 flag_limit = flag + n_points; in TT_Load_Simple_Glyph()
505 if ( n_points && outline->tags[0] & OVERLAP_SIMPLE ) in TT_Load_Simple_Glyph()
511 vec_limit = vec + n_points; in TT_Load_Simple_Glyph()
548 vec_limit = vec + n_points; in TT_Load_Simple_Glyph()
[all …]
Dttinterp.c429 exec->pts.n_points = 0; in TT_Load_Context()
4350 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4351 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4873 if ( BOUNDSL( L, exc->zp2.n_points ) ) in Ins_GC()
4911 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4955 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD()
4956 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
5035 if ( BOUNDS( p2, exc->zp1.n_points ) || in Ins_SDPVTL()
5036 BOUNDS( p1, exc->zp2.n_points ) ) in Ins_SDPVTL()
5389 if ( BOUNDS( point, exc->pts.n_points ) ) in Ins_FLIPPT()
[all …]
Dttgxvar.c3852 FT_UInt n_points ) in TT_Vary_Apply_Glyph_Deltas() argument
3893 for ( i = 0; i < n_points; i++ ) in TT_Vary_Apply_Glyph_Deltas()
3908 if ( FT_NEW_ARRAY( points_org, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3909 FT_NEW_ARRAY( points_out, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3910 FT_NEW_ARRAY( has_delta, n_points ) ) in TT_Vary_Apply_Glyph_Deltas()
3964 if ( FT_NEW_ARRAY( point_deltas_x, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3965 FT_NEW_ARRAY( point_deltas_y, n_points ) ) in TT_Vary_Apply_Glyph_Deltas()
3968 for ( j = 0; j < n_points; j++ ) in TT_Vary_Apply_Glyph_Deltas()
4045 point_count == 0 ? n_points in TT_Vary_Apply_Glyph_Deltas()
4049 point_count == 0 ? n_points in TT_Vary_Apply_Glyph_Deltas()
[all …]
/third_party/freetype/src/truetype/
Dttgload.c368 FT_Int n_points; in TT_Load_Simple_Glyph() local
410 n_points = 0; in TT_Load_Simple_Glyph()
413 n_points = cont[-1] + 1; in TT_Load_Simple_Glyph()
414 if ( n_points < 0 ) in TT_Load_Simple_Glyph()
418 FT_TRACE5(( " # of points: %d\n", n_points )); in TT_Load_Simple_Glyph()
421 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); in TT_Load_Simple_Glyph()
480 flag_limit = flag + n_points; in TT_Load_Simple_Glyph()
505 if ( n_points && outline->tags[0] & OVERLAP_SIMPLE ) in TT_Load_Simple_Glyph()
511 vec_limit = vec + n_points; in TT_Load_Simple_Glyph()
548 vec_limit = vec + n_points; in TT_Load_Simple_Glyph()
[all …]
Dttinterp.c429 exec->pts.n_points = 0; in TT_Load_Context()
4350 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4351 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4873 if ( BOUNDSL( L, exc->zp2.n_points ) ) in Ins_GC()
4911 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4955 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD()
4956 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
5035 if ( BOUNDS( p2, exc->zp1.n_points ) || in Ins_SDPVTL()
5036 BOUNDS( p1, exc->zp2.n_points ) ) in Ins_SDPVTL()
5396 if ( BOUNDS( point, exc->pts.n_points ) ) in Ins_FLIPPT()
[all …]
Dttgxvar.c3845 FT_UInt n_points ) in TT_Vary_Apply_Glyph_Deltas() argument
3886 for ( i = 0; i < n_points; i++ ) in TT_Vary_Apply_Glyph_Deltas()
3901 if ( FT_NEW_ARRAY( points_org, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3902 FT_NEW_ARRAY( points_out, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3903 FT_NEW_ARRAY( has_delta, n_points ) ) in TT_Vary_Apply_Glyph_Deltas()
3957 if ( FT_NEW_ARRAY( point_deltas_x, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3958 FT_NEW_ARRAY( point_deltas_y, n_points ) ) in TT_Vary_Apply_Glyph_Deltas()
3961 for ( j = 0; j < n_points; j++ ) in TT_Vary_Apply_Glyph_Deltas()
4038 point_count == 0 ? n_points in TT_Vary_Apply_Glyph_Deltas()
4042 point_count == 0 ? n_points in TT_Vary_Apply_Glyph_Deltas()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttgload.c356 FT_Int n_points; in TT_Load_Simple_Glyph() local
398 n_points = 0; in TT_Load_Simple_Glyph()
401 n_points = cont[-1] + 1; in TT_Load_Simple_Glyph()
402 if ( n_points < 0 ) in TT_Load_Simple_Glyph()
406 FT_TRACE5(( " # of points: %d\n", n_points )); in TT_Load_Simple_Glyph()
409 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); in TT_Load_Simple_Glyph()
468 flag_limit = flag + n_points; in TT_Load_Simple_Glyph()
495 vec_limit = vec + n_points; in TT_Load_Simple_Glyph()
532 vec_limit = vec + n_points; in TT_Load_Simple_Glyph()
566 outline->n_points = (FT_Short)n_points; in TT_Load_Simple_Glyph()
[all …]
Dttinterp.c478 exec->pts.n_points = 0; in TT_Load_Context()
4346 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4347 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4869 if ( BOUNDSL( L, exc->zp2.n_points ) ) in Ins_GC()
4907 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4951 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD()
4952 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
5031 if ( BOUNDS( p2, exc->zp1.n_points ) || in Ins_SDPVTL()
5032 BOUNDS( p1, exc->zp2.n_points ) ) in Ins_SDPVTL()
5385 if ( BOUNDS( point, exc->pts.n_points ) ) in Ins_FLIPPT()
[all …]
Dttgxvar.c3717 FT_UInt n_points ) in TT_Vary_Apply_Glyph_Deltas() argument
3758 for ( i = 0; i < n_points; i++ ) in TT_Vary_Apply_Glyph_Deltas()
3773 if ( FT_NEW_ARRAY( points_org, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3774 FT_NEW_ARRAY( points_out, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3775 FT_NEW_ARRAY( has_delta, n_points ) ) in TT_Vary_Apply_Glyph_Deltas()
3829 if ( FT_NEW_ARRAY( point_deltas_x, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3830 FT_NEW_ARRAY( point_deltas_y, n_points ) ) in TT_Vary_Apply_Glyph_Deltas()
3833 for ( j = 0; j < n_points; j++ ) in TT_Vary_Apply_Glyph_Deltas()
3910 point_count == 0 ? n_points in TT_Vary_Apply_Glyph_Deltas()
3914 point_count == 0 ? n_points in TT_Vary_Apply_Glyph_Deltas()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftgloadr.c94 base->outline.n_points = 0; in FT_GlyphLoader_Rewind()
149 current->points = base->points + base->n_points; in FT_GlyphLoader_Adjust_Points()
150 current->tags = base->tags + base->n_points; in FT_GlyphLoader_Adjust_Points()
157 base->n_points; in FT_GlyphLoader_Adjust_Points()
160 base->n_points; in FT_GlyphLoader_Adjust_Points()
202 FT_UInt n_points, in FT_GlyphLoader_CheckPoints() argument
215 new_max = (FT_UInt)base->n_points + (FT_UInt)current->n_points + in FT_GlyphLoader_CheckPoints()
216 n_points; in FT_GlyphLoader_CheckPoints()
317 current->outline.n_points = 0; in FT_GlyphLoader_Prepare()
345 n_base_points = base->outline.n_points; in FT_GlyphLoader_Add()
[all …]
Dftoutln.c325 anoutline->n_points = (FT_Short)numPoints; in FT_Outline_New()
346 FT_Int n_points = outline->n_points; in FT_Outline_Check() local
353 if ( n_points == 0 && n_contours == 0 ) in FT_Outline_Check()
357 if ( n_points <= 0 || n_contours <= 0 ) in FT_Outline_Check()
366 if ( end <= end0 || end >= n_points ) in FT_Outline_Check()
372 if ( end != n_points - 1 ) in FT_Outline_Check()
396 if ( source->n_points != target->n_points || in FT_Outline_Copy()
403 if ( source->n_points ) in FT_Outline_Copy()
405 FT_ARRAY_COPY( target->points, source->points, source->n_points ); in FT_Outline_Copy()
406 FT_ARRAY_COPY( target->tags, source->tags, source->n_points ); in FT_Outline_Copy()
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dftgloadr.c93 base->outline.n_points = 0; in FT_GlyphLoader_Rewind()
149 current->points = FT_OFFSET( base->points, base->n_points ); in FT_GlyphLoader_Adjust_Points()
150 current->tags = FT_OFFSET( base->tags, base->n_points ); in FT_GlyphLoader_Adjust_Points()
157 base->n_points; in FT_GlyphLoader_Adjust_Points()
160 base->n_points; in FT_GlyphLoader_Adjust_Points()
206 FT_UInt n_points, in FT_GlyphLoader_CheckPoints() argument
223 new_max = (FT_UInt)base->n_points + (FT_UInt)current->n_points + in FT_GlyphLoader_CheckPoints()
224 n_points; in FT_GlyphLoader_CheckPoints()
329 current->outline.n_points = 0; in FT_GlyphLoader_Prepare()
357 n_base_points = base->outline.n_points; in FT_GlyphLoader_Add()
[all …]
Dftoutln.c324 anoutline->n_points = (FT_Short)numPoints; in FT_Outline_New()
345 FT_Int n_points = outline->n_points; in FT_Outline_Check() local
352 if ( n_points == 0 && n_contours == 0 ) in FT_Outline_Check()
356 if ( n_points <= 0 || n_contours <= 0 ) in FT_Outline_Check()
365 if ( end <= end0 || end >= n_points ) in FT_Outline_Check()
371 if ( end != n_points - 1 ) in FT_Outline_Check()
395 if ( source->n_points != target->n_points || in FT_Outline_Copy()
402 if ( source->n_points ) in FT_Outline_Copy()
404 FT_ARRAY_COPY( target->points, source->points, source->n_points ); in FT_Outline_Copy()
405 FT_ARRAY_COPY( target->tags, source->tags, source->n_points ); in FT_Outline_Copy()
[all …]
/third_party/freetype/src/base/
Dftgloadr.c93 base->outline.n_points = 0; in FT_GlyphLoader_Rewind()
149 current->points = FT_OFFSET( base->points, base->n_points ); in FT_GlyphLoader_Adjust_Points()
150 current->tags = FT_OFFSET( base->tags, base->n_points ); in FT_GlyphLoader_Adjust_Points()
157 base->n_points; in FT_GlyphLoader_Adjust_Points()
160 base->n_points; in FT_GlyphLoader_Adjust_Points()
206 FT_UInt n_points, in FT_GlyphLoader_CheckPoints() argument
223 new_max = (FT_UInt)base->n_points + (FT_UInt)current->n_points + in FT_GlyphLoader_CheckPoints()
224 n_points; in FT_GlyphLoader_CheckPoints()
329 current->outline.n_points = 0; in FT_GlyphLoader_Prepare()
357 n_base_points = base->outline.n_points; in FT_GlyphLoader_Add()
[all …]
Dftoutln.c324 anoutline->n_points = (FT_Short)numPoints; in FT_Outline_New()
345 FT_Int n_points = outline->n_points; in FT_Outline_Check() local
352 if ( n_points == 0 && n_contours == 0 ) in FT_Outline_Check()
356 if ( n_points <= 0 || n_contours <= 0 ) in FT_Outline_Check()
365 if ( end <= end0 || end >= n_points ) in FT_Outline_Check()
371 if ( end != n_points - 1 ) in FT_Outline_Check()
395 if ( source->n_points != target->n_points || in FT_Outline_Copy()
402 if ( source->n_points ) in FT_Outline_Copy()
404 FT_ARRAY_COPY( target->points, source->points, source->n_points ); in FT_Outline_Copy()
405 FT_ARRAY_COPY( target->tags, source->tags, source->n_points ); in FT_Outline_Copy()
[all …]
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c1662 FT_Vector* point = outline->points + outline->n_points; in t1_builder_add_point()
1663 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; in t1_builder_add_point()
1670 outline->n_points++; in t1_builder_add_point()
1717 (short)( outline->n_points - 1 ); in t1_builder_add_contour()
1767 if ( outline->n_contours && first == outline->n_points ) in t1_builder_close_contour()
1775 if ( outline->n_points > 1 ) in t1_builder_close_contour()
1778 FT_Vector* p2 = outline->points + outline->n_points - 1; in t1_builder_close_contour()
1779 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; in t1_builder_close_contour()
1786 outline->n_points--; in t1_builder_close_contour()
1793 if ( first == outline->n_points - 1 ) in t1_builder_close_contour()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c1663 FT_Vector* point = outline->points + outline->n_points; in t1_builder_add_point()
1664 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; in t1_builder_add_point()
1671 outline->n_points++; in t1_builder_add_point()
1718 (short)( outline->n_points - 1 ); in t1_builder_add_contour()
1768 if ( outline->n_contours && first == outline->n_points ) in t1_builder_close_contour()
1776 if ( outline->n_points > 1 ) in t1_builder_close_contour()
1779 FT_Vector* p2 = outline->points + outline->n_points - 1; in t1_builder_close_contour()
1780 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; in t1_builder_close_contour()
1787 outline->n_points--; in t1_builder_close_contour()
1794 if ( first == outline->n_points - 1 ) in t1_builder_close_contour()
[all …]
/third_party/freetype/src/psaux/
Dpsobjs.c1627 FT_Vector* point = outline->points + outline->n_points; in t1_builder_add_point()
1628 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; in t1_builder_add_point()
1635 outline->n_points++; in t1_builder_add_point()
1682 (short)( outline->n_points - 1 ); in t1_builder_add_contour()
1732 if ( outline->n_contours && first == outline->n_points ) in t1_builder_close_contour()
1740 if ( outline->n_points > 1 ) in t1_builder_close_contour()
1743 FT_Vector* p2 = outline->points + outline->n_points - 1; in t1_builder_close_contour()
1744 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; in t1_builder_close_contour()
1751 outline->n_points--; in t1_builder_close_contour()
1758 if ( first == outline->n_points - 1 ) in t1_builder_close_contour()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/
Dpfrgload.c90 last = outline->n_points - 1; in pfr_glyph_close_contour()
105 outline->n_points--; in pfr_glyph_close_contour()
146 FT_Int n = outline->n_points; in pfr_glyph_line_to()
152 outline->n_points++; in pfr_glyph_line_to()
182 FT_Vector* vec = outline->points + outline->n_points; in pfr_glyph_curve_to()
183 FT_Byte* tag = (FT_Byte*)outline->tags + outline->n_points; in pfr_glyph_curve_to()
193 outline->n_points = (FT_Short)( outline->n_points + 3 ); in pfr_glyph_curve_to()
774 old_points = base->n_points; in pfr_glyph_load_rec()
784 num_points = base->n_points - old_points; in pfr_glyph_load_rec()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrgload.c90 last = outline->n_points - 1; in pfr_glyph_close_contour()
105 outline->n_points--; in pfr_glyph_close_contour()
146 FT_Int n = outline->n_points; in pfr_glyph_line_to()
152 outline->n_points++; in pfr_glyph_line_to()
182 FT_Vector* vec = outline->points + outline->n_points; in pfr_glyph_curve_to()
183 FT_Byte* tag = (FT_Byte*)outline->tags + outline->n_points; in pfr_glyph_curve_to()
193 outline->n_points = (FT_Short)( outline->n_points + 3 ); in pfr_glyph_curve_to()
774 old_points = base->n_points; in pfr_glyph_load_rec()
784 num_points = base->n_points - old_points; in pfr_glyph_load_rec()
/third_party/freetype/src/pfr/
Dpfrgload.c90 last = outline->n_points - 1; in pfr_glyph_close_contour()
105 outline->n_points--; in pfr_glyph_close_contour()
146 FT_Int n = outline->n_points; in pfr_glyph_line_to()
152 outline->n_points++; in pfr_glyph_line_to()
182 FT_Vector* vec = outline->points + outline->n_points; in pfr_glyph_curve_to()
183 FT_Byte* tag = (FT_Byte*)outline->tags + outline->n_points; in pfr_glyph_curve_to()
193 outline->n_points = (FT_Short)( outline->n_points + 3 ); in pfr_glyph_curve_to()
774 old_points = base->n_points; in pfr_glyph_load_rec()
784 num_points = base->n_points - old_points; in pfr_glyph_load_rec()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c196 *n_points = points \
248 *n_points = points - points_start; \
258 unsigned int * n_points, \
286 vbi3_bit_slicer_point * points, unsigned int *n_points, const uint8_t * raw) in low_pass_bit_slicer_Y8() argument
362 *n_points = points - points_start; in low_pass_bit_slicer_Y8()
450 *n_points = points - points_start; in low_pass_bit_slicer_Y8()
459 vbi3_bit_slicer_point * points, unsigned int *n_points, const uint8_t * raw) in null_function() argument
509 unsigned int *n_points, unsigned int max_points, const uint8_t * raw) { in vbi3_bit_slicer_slice_with_points() argument
520 assert (NULL != n_points); in vbi3_bit_slicer_slice_with_points()
524 *n_points = 0; in vbi3_bit_slicer_slice_with_points()
[all …]
/third_party/freetype/include/freetype/internal/
Dftgloadr.h102 FT_UInt n_points,
108 ( (FT_UInt)(_loader)->base.outline.n_points + \
109 (FT_UInt)(_loader)->current.outline.n_points + \
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftgloadr.h102 FT_UInt n_points,
108 ( (FT_UInt)(_loader)->base.outline.n_points + \
109 (FT_UInt)(_loader)->current.outline.n_points + \
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftgloadr.h102 FT_UInt n_points,
108 ( (FT_UInt)(_loader)->base.outline.n_points + \
109 (FT_UInt)(_loader)->current.outline.n_points + \

12345