/external/freetype/src/base/ |
D | ftgloadr.c | 94 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 …]
|
D | ftoutln.c | 325 anoutline->n_points = (FT_Short)numPoints; in FT_Outline_New_Internal() 362 FT_Int n_points = outline->n_points; in FT_Outline_Check() local 369 if ( n_points == 0 && n_contours == 0 ) in FT_Outline_Check() 373 if ( n_points <= 0 || n_contours <= 0 ) in FT_Outline_Check() 382 if ( end <= end0 || end >= n_points ) in FT_Outline_Check() 388 if ( end != n_points - 1 ) in FT_Outline_Check() 412 if ( source->n_points != target->n_points || in FT_Outline_Copy() 419 if ( source->n_points ) in FT_Outline_Copy() 421 FT_ARRAY_COPY( target->points, source->points, source->n_points ); in FT_Outline_Copy() 422 FT_ARRAY_COPY( target->tags, source->tags, source->n_points ); in FT_Outline_Copy() [all …]
|
D | ftbbox.c | 481 if ( outline->n_points == 0 || outline->n_contours <= 0 ) in FT_EXPORT_DEF() 495 for ( n = 0; n < outline->n_points; n++ ) in FT_EXPORT_DEF()
|
D | ftglyph.c | 178 (FT_UInt)source->n_points, in FT_DEFINE_GLYPH() 212 (FT_UInt)source->outline.n_points, in ft_outline_glyph_copy()
|
D | ftstroke.c | 711 FT_ARRAY_COPY( outline->points + outline->n_points, in ft_stroke_border_export() 719 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points; in ft_stroke_border_export() 738 FT_Short idx = (FT_Short)outline->n_points; in ft_stroke_border_export() 751 outline->n_points += (short)border->num_points; in ft_stroke_border_export() 2344 outline->n_points = 0; in FT_Glyph_Stroke() 2430 outline->n_points = 0; in FT_Glyph_StrokeBorder()
|
/external/freetype/src/truetype/ |
D | ttgload.c | 335 FT_Int n_points; in TT_Load_Simple_Glyph() local 377 n_points = 0; in TT_Load_Simple_Glyph() 380 n_points = cont[-1] + 1; in TT_Load_Simple_Glyph() 381 if ( n_points < 0 ) in TT_Load_Simple_Glyph() 385 FT_TRACE5(( " # of points: %d\n", n_points )); in TT_Load_Simple_Glyph() 388 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); in TT_Load_Simple_Glyph() 447 flag_limit = flag + n_points; in TT_Load_Simple_Glyph() 474 vec_limit = vec + n_points; in TT_Load_Simple_Glyph() 513 vec_limit = vec + n_points; in TT_Load_Simple_Glyph() 546 outline->n_points = (FT_Short)n_points; in TT_Load_Simple_Glyph() [all …]
|
D | ttinterp.c | 478 exec->pts.n_points = 0; in TT_Load_Context() 4302 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL() 4303 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL() 4825 if ( BOUNDSL( L, exc->zp2.n_points ) ) in Ins_GC() 4863 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS() 4907 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD() 4908 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD() 4987 if ( BOUNDS( p2, exc->zp1.n_points ) || in Ins_SDPVTL() 4988 BOUNDS( p1, exc->zp2.n_points ) ) in Ins_SDPVTL() 5341 if ( BOUNDS( point, exc->pts.n_points ) ) in Ins_FLIPPT() [all …]
|
D | ttgxvar.c | 3634 FT_UInt n_points ) in TT_Vary_Apply_Glyph_Deltas() argument 3683 if ( FT_NEW_ARRAY( points_org, n_points ) || in TT_Vary_Apply_Glyph_Deltas() 3684 FT_NEW_ARRAY( points_out, n_points ) || in TT_Vary_Apply_Glyph_Deltas() 3685 FT_NEW_ARRAY( has_delta, n_points ) ) in TT_Vary_Apply_Glyph_Deltas() 3737 if ( FT_NEW_ARRAY( point_deltas_x, n_points ) || in TT_Vary_Apply_Glyph_Deltas() 3738 FT_NEW_ARRAY( point_deltas_y, n_points ) ) in TT_Vary_Apply_Glyph_Deltas() 3741 for ( j = 0; j < n_points; j++ ) in TT_Vary_Apply_Glyph_Deltas() 3818 point_count == 0 ? n_points in TT_Vary_Apply_Glyph_Deltas() 3822 point_count == 0 ? n_points in TT_Vary_Apply_Glyph_Deltas() 3838 for ( j = 0; j < n_points; j++ ) in TT_Vary_Apply_Glyph_Deltas() [all …]
|
D | ttobjs.c | 84 zone->max_points = zone->n_points = 0; in tt_glyphzone_done() 1121 size->twilight.n_points = n_twilight; in tt_size_init_bytecode() 1183 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ ) in tt_size_ready_bytecode()
|
D | ttgxvar.h | 419 FT_UInt n_points );
|
/external/libxaac/decoder/ |
D | ixheaacd_qmf_poly.h | 32 VOID ixheaacd_cmplx_anal_fft_p2(FLOAT32 *inp, FLOAT32 *out, WORD32 n_points); 34 VOID ixheaacd_cmplx_anal_fft_p3(FLOAT32 *inp, FLOAT32 *out, WORD32 n_points); 36 VOID ixheaacd_real_synth_fft_p2(FLOAT32 *inp, FLOAT32 *out, WORD32 n_points); 38 VOID ixheaacd_real_synth_fft_p3(FLOAT32 *inp, FLOAT32 *out, WORD32 n_points);
|
D | ixheaacd_sbr_dec.h | 53 VOID (*ixheaacd_real_synth_fft)(FLOAT32 *inp, FLOAT32 *out, WORD32 n_points); 55 VOID (*ixheaacd_cmplx_anal_fft)(FLOAT32 *inp, FLOAT32 *out, WORD32 n_points);
|
/external/freetype/src/psaux/ |
D | psobjs.c | 1663 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 …]
|
/external/freetype/src/pfr/ |
D | pfrgload.c | 90 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()
|
D | pfrobjs.c | 356 outline->n_points = 0; in pfr_slot_load() 437 for ( n = 0; n < outline->n_points; n++, vec++ ) in pfr_slot_load()
|
/external/freetype/include/freetype/internal/ |
D | ftgloadr.h | 102 FT_UInt n_points, 108 ( (FT_UInt)(_loader)->base.outline.n_points + \ 109 (FT_UInt)(_loader)->current.outline.n_points + \
|
/external/freetype/src/cff/ |
D | cffgload.c | 280 glyph->root.outline.n_points = 0; in cff_slot_load() 385 glyph->root.outline.n_points = 0; in cff_slot_load() 647 for ( n = cur->n_points; n > 0; n--, vec++ ) in cff_slot_load()
|
/external/freetype/src/cache/ |
D | ftcimage.c | 137 size = (FT_Offset)outg->outline.n_points * in ftc_inode_weight()
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 191 FT_Vector* points_end = points + outline->n_points; in ft_smooth_render_generic() 210 FT_Vector* points_end = points + outline->n_points; in ft_smooth_render_generic()
|
/external/freetype/src/cid/ |
D | cidgload.c | 367 cidglyph->outline.n_points = 0; in cid_slot_load_glyph() 494 for ( n = cur->n_points; n > 0; n--, vec++ ) in cid_slot_load_glyph()
|
/external/freetype/include/freetype/ |
D | ftimage.h | 357 short n_points; /* number of points in the glyph */ member
|
/external/icu/icu4c/source/samples/layout/ |
D | GnomeFontInstance.cpp | 174 if (pointNumber >= fFace->glyph->outline.n_points) { in getGlyphPoint()
|
/external/freetype/src/gxvalid/ |
D | gxvcommn.c | 855 FT_UShort n_points; in gxv_ctlPoint_validate() local 868 n_points = (FT_UShort)outline.n_points; in gxv_ctlPoint_validate() 870 if ( !( ctl_point < n_points ) ) in gxv_ctlPoint_validate()
|
/external/freetype/src/type1/ |
D | t1gload.c | 402 t1glyph->outline.n_points = 0; in T1_Load_Glyph() 550 for ( n = cur->n_points; n > 0; n--, vec++ ) in T1_Load_Glyph()
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderPoints.cpp | 568 const unsigned int n_points = sizeof(point_data) / sizeof(point_data[0]) / n_fields_per_point; in iterate() local 570 for (unsigned int n_point = 0; n_point < n_points; ++n_point) in iterate()
|