/AliOS-Things-master/components/freetype/src/base/ |
A 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() 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 = base->n_points + current->n_points + n_points; in FT_GlyphLoader_CheckPoints() 316 current->outline.n_points = 0; in FT_GlyphLoader_Prepare() 344 n_base_points = base->outline.n_points; in FT_GlyphLoader_Add() 346 base->outline.n_points = in FT_GlyphLoader_Add() 347 (short)( base->outline.n_points + current->outline.n_points ); in FT_GlyphLoader_Add() [all …]
|
A D | ftoutln.c | 320 anoutline->n_points = (FT_UShort)numPoints; in FT_Outline_New_Internal() 357 FT_Int n_points = outline->n_points; in FT_Outline_Check() local 364 if ( n_points == 0 && n_contours == 0 ) in FT_Outline_Check() 368 if ( n_points <= 0 || n_contours <= 0 ) in FT_Outline_Check() 377 if ( end <= end0 || end >= n_points ) in FT_Outline_Check() 383 if ( end != n_points - 1 ) in FT_Outline_Check() 405 source->n_points != target->n_points || in FT_Outline_Copy() 476 if ( outline->n_points == 0 ) in FT_Outline_Get_CBox() 531 for ( n = 0; n < outline->n_points; n++ ) in FT_Outline_Translate() 716 limit = vec + outline->n_points; in FT_Outline_Transform() [all …]
|
A D | ftbbox.c | 415 if ( outline->n_points == 0 || outline->n_contours <= 0 ) in FT_EXPORT_DEF() 431 for ( n = 1; n < outline->n_points; n++ ) in FT_EXPORT_DEF()
|
A D | ftglyph.c | 176 error = FT_Outline_New( library, source->n_points, source->n_contours, in FT_CALLBACK_DEF() 208 error = FT_Outline_New( library, source->outline.n_points, in ft_outline_glyph_copy()
|
A D | ftstroke.c | 705 FT_ARRAY_COPY( outline->points + outline->n_points, in ft_stroke_border_export() 713 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points; in ft_stroke_border_export() 732 FT_Short idx = (FT_Short)outline->n_points; in ft_stroke_border_export() 745 outline->n_points = (short)( outline->n_points + border->num_points ); in ft_stroke_border_export() 2305 outline->n_points = 0; in FT_Glyph_Stroke() 2394 outline->n_points = 0; in FT_Glyph_StrokeBorder()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.c | 352 FT_Int n_points; in TT_Load_Simple_Glyph() local 395 n_points = 0; in TT_Load_Simple_Glyph() 398 n_points = cont[-1] + 1; in TT_Load_Simple_Glyph() 399 if ( n_points < 0 ) in TT_Load_Simple_Glyph() 486 vec_limit = vec + n_points; in TT_Load_Simple_Glyph() 525 vec_limit = vec + n_points; in TT_Load_Simple_Glyph() 558 outline->n_points = (FT_UShort)n_points; in TT_Load_Simple_Glyph() 710 zone->n_points = (FT_UShort)( load->outline.n_points - start_point ); in tt_prepare_zone() 863 FT_Int n_points; in TT_Process_Simple_Glyph() local 867 n_points = outline->n_points; in TT_Process_Simple_Glyph() [all …]
|
A D | ttinterp.c | 640 exec->pts.n_points = 0; in TT_Load_Context() 5309 if ( BOUNDSL( L, CUR.zp2.n_points ) ) in Ins_GC() 5346 if ( BOUNDS( L, CUR.zp2.n_points ) ) in Ins_SCFS() 5389 if ( BOUNDS( L, CUR.zp0.n_points ) || in Ins_MD() 5390 BOUNDS( K, CUR.zp1.n_points ) ) in Ins_MD() 5467 BOUNDS( p1, CUR.zp2.n_points ) ) in Ins_SDPVTL() 5816 BOUNDS( L, CUR.pts.n_points ) ) in Ins_FLIPRGON() 5844 BOUNDS( L, CUR.pts.n_points ) ) in Ins_FLIPRGOFF() 5878 if ( BOUNDS( p, zp.n_points ) ) in Compute_Point_Displacement() 6060 limit = CUR.zp2.n_points; in Ins_SHC() [all …]
|
A D | ttgxvar.h | 168 FT_UInt n_points );
|
A D | ttgxvar.c | 1304 FT_UInt n_points ) in TT_Vary_Get_Glyph_Deltas() argument 1331 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas() 1435 point_count == 0 ? n_points in TT_Vary_Get_Glyph_Deltas() 1438 point_count == 0 ? n_points in TT_Vary_Get_Glyph_Deltas() 1447 for ( j = 0; j < n_points; ++j ) in TT_Vary_Get_Glyph_Deltas() 1458 if ( localpoints[j] >= n_points ) in TT_Vary_Get_Glyph_Deltas()
|
A D | ttobjs.c | 87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done() 1022 size->twilight.n_points = n_twilight; in tt_size_init_bytecode() 1075 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ ) in tt_size_ready_bytecode()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afloader.c | 150 slot->outline.n_points + 4, in af_loader_load_g() 157 slot->outline.n_points ); in af_loader_load_g() 165 slot->outline.n_points ); in af_loader_load_g() 167 gloader->current.outline.n_points = slot->outline.n_points; in af_loader_load_g() 179 if ( slot->outline.n_points == 0 ) in af_loader_load_g() 281 start_point = gloader->base.outline.n_points; in af_loader_load_g() 311 num_base_points = gloader->base.outline.n_points; in af_loader_load_g() 327 num_points = gloader->base.outline.n_points; in af_loader_load_g() 386 dummy.n_points = (short)num_new_points; in af_loader_load_g() 483 slot->outline.n_points = internal->loader->base.outline.n_points; in af_loader_load_g()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftgloadr.h | 120 FT_UInt n_points, 125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \ 126 (_loader)->current.outline.n_points + \
|
A D | tttypes.h | 1444 FT_UShort n_points; /* number of points in zone */ member
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A 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_UInt 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() 769 old_points = base->n_points; in pfr_glyph_load_rec() 779 num_points = base->n_points - old_points; in pfr_glyph_load_rec()
|
A D | pfrobjs.c | 355 outline->n_points = 0; in pfr_slot_load() 434 for ( n = 0; n < outline->n_points; n++, vec++ ) in pfr_slot_load()
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | psobjs.c | 1611 FT_Vector* point = outline->points + outline->n_points; in t1_builder_add_point() 1612 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; in t1_builder_add_point() 1619 outline->n_points++; in t1_builder_add_point() 1666 (short)( outline->n_points - 1 ); in t1_builder_add_contour() 1716 if ( outline->n_points > 1 ) in t1_builder_close_contour() 1719 FT_Vector* p2 = outline->points + outline->n_points - 1; in t1_builder_close_contour() 1720 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; in t1_builder_close_contour() 1727 outline->n_points--; in t1_builder_close_contour() 1734 if ( first == outline->n_points - 1 ) in t1_builder_close_contour() 1737 outline->n_points--; in t1_builder_close_contour() [all …]
|
A D | t1decode.c | 799 hinter->reset( hinter->hints, builder->current->n_points ); in t1_decoder_parse_charstrings() 1097 if ( hinter->close( hinter->hints, builder->current->n_points ) ) in t1_decoder_parse_charstrings()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffgload.c | 510 outline->n_points++; in cff_builder_add_point() 550 (short)( outline->n_points - 1 ); in cff_builder_add_contour() 597 if ( outline->n_points > 1 ) in cff_builder_close_contour() 608 outline->n_points--; in cff_builder_close_contour() 615 if ( first == outline->n_points - 1 ) in cff_builder_close_contour() 618 outline->n_points--; in cff_builder_close_contour() 622 (short)( outline->n_points - 1 ); in cff_builder_close_contour() 1376 builder->current->n_points, in cff_decoder_parse_charstrings() 2685 glyph->root.outline.n_points = 0; in cff_slot_load() 2790 glyph->root.outline.n_points = 0; in cff_slot_load() [all …]
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcimage.c | 136 size = outg->outline.n_points * in ftc_inode_weight()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidgload.c | 297 cidglyph->outline.n_points = 0; in cid_slot_load_glyph() 409 for ( n = cur->n_points; n > 0; n--, vec++ ) in cid_slot_load_glyph()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftsmooth.c | 274 FT_Vector* points_end = points + outline->n_points; in ft_smooth_render_generic() 293 FT_Vector* points_end = points + outline->n_points; in ft_smooth_render_generic()
|
A D | ftgrays.c | 504 FT_Vector* limit = vec + outline->n_points; in gray_compute_cbox() 507 if ( outline->n_points <= 0 ) in gray_compute_cbox() 1954 if ( outline->n_points == 0 || outline->n_contours <= 0 ) in gray_raster_render() 1960 if ( outline->n_points != in gray_raster_render()
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftimage.h | 395 short n_points; /* number of points in the glyph */ member
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1gload.c | 321 t1glyph->outline.n_points = 0; in T1_Load_Glyph() 461 for ( n = cur->n_points; n > 0; n--, vec++ ) in T1_Load_Glyph()
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvcommn.c | 855 short n_points; in gxv_ctlPoint_validate() local 868 n_points = outline.n_points; in gxv_ctlPoint_validate() 871 if ( !( ctl_point < n_points ) ) in gxv_ctlPoint_validate()
|