/AliOS-Things-master/components/freetype/src/base/ |
A D | ftstroke.c | 304 FT_UInt num_points; member 358 border->num_points = start; in ft_stroke_border_close() 446 border->num_points += 1; in ft_stroke_border_lineto() 477 border->num_points += 2; in ft_stroke_border_conicto() 512 border->num_points += 3; in ft_stroke_border_cubicto() 617 border->num_points = 0; in ft_stroke_border_init() 627 border->num_points = 0; in ft_stroke_border_reset() 642 border->num_points = 0; in ft_stroke_border_done() 655 FT_UInt num_points = 0; in ft_stroke_border_get_counts() local 689 *anum_points = num_points; in ft_stroke_border_get_counts() [all …]
|
A D | ftgloadr.c | 368 FT_UInt num_points = source->base.outline.n_points; in FT_GlyphLoader_CopyPoints() local 372 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); in FT_GlyphLoader_CopyPoints() 380 num_points ); in FT_GlyphLoader_CopyPoints() 382 num_points ); in FT_GlyphLoader_CopyPoints() 390 num_points ); in FT_GlyphLoader_CopyPoints() 392 num_points ); in FT_GlyphLoader_CopyPoints() 395 out->n_points = (short)num_points; in FT_GlyphLoader_CopyPoints()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afwarp.c | 174 FT_UInt nn, num_points, num_segments; in af_warper_compute() local 203 num_points = hints->num_points; in af_warper_compute() 214 for ( nn = 1; nn < num_points; nn++ ) in af_warper_compute()
|
A D | afhints.c | 197 AF_Point limit = points + hints->num_points; in af_glyph_hints_dump_points() 537 hints->num_points = 0; in af_glyph_hints_done() 572 hints->num_points = 0; in af_glyph_hints_reload() 610 hints->num_points = outline->n_points; in af_glyph_hints_reload() 635 if ( hints->num_points == 0 ) in af_glyph_hints_reload() 640 AF_Point point_limit = points + hints->num_points; in af_glyph_hints_reload() 840 AF_Point limit = point + hints->num_points; in af_glyph_hints_save() 950 AF_Point point_limit = points + hints->num_points; in af_glyph_hints_align_strong_points() 1205 AF_Point point_limit = points + hints->num_points; in af_glyph_hints_align_weak_points() 1335 AF_Point points_limit = points + hints->num_points; in af_glyph_hints_scale_dim()
|
A D | afloader.c | 300 FT_UInt num_points, num_new_points, num_base_points; in af_loader_load_g() local 327 num_points = gloader->base.outline.n_points; in af_loader_load_g() 328 num_new_points = num_points - num_base_points; in af_loader_load_g()
|
A D | afhints.h | 355 FT_Int num_points; /* number of used points */ member
|
A D | aflatin2.c | 733 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments() 745 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()
|
A D | aflatin.c | 1149 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments() 1161 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshalgo.c | 1149 glyph->num_points = 0; in psh_glyph_done() 1189 FT_UInt count = glyph->num_points; in psh_glyph_load_points() 1227 for ( n = 0; n < glyph->num_points; n++ ) in psh_glyph_save_points() 1277 glyph->num_points = outline->n_points; in psh_glyph_init() 1465 for ( n = 0; n < glyph->num_points; n++ ) in psh_glyph_compute_extrema() 1690 if ( num_masks > 1 && glyph->num_points > 0 ) in psh_glyph_find_strong_points() 1694 ? glyph->num_points in psh_glyph_find_strong_points() 1704 ? glyph->num_points in psh_glyph_find_strong_points() 1724 FT_UInt count = glyph->num_points; in psh_glyph_find_strong_points() 1737 FT_UInt count = glyph->num_points; in psh_glyph_find_strong_points() [all …]
|
A D | pshalgo.h | 196 FT_UInt num_points; member
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 239 for ( j = 1; j < axismap->num_points; ++j ) in mm_axis_unmap() 439 for ( p = 0; p < (FT_UInt)map->num_points; p++ ) in T1_Set_MM_Design() 465 the_blend = blends[map->num_points - 1]; in T1_Set_MM_Design() 556 dmap->num_points = 0; in T1_Done_Blend() 771 FT_Int p, num_points; in parse_blend_design_map() local 779 T1_MAX_MM_MAP_POINTS, &num_points ); in parse_blend_design_map() 781 if ( num_points <= 0 || num_points > T1_MAX_MM_MAP_POINTS ) in parse_blend_design_map() 791 map->blend_points = map->design_points + num_points; in parse_blend_design_map() 792 map->num_points = (FT_Byte)num_points; in parse_blend_design_map() 794 for ( p = 0; p < num_points; p++ ) in parse_blend_design_map() [all …]
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1decode.c | 815 FT_UInt num_points, nn, mm; in t1_decoder_parse_charstrings() local 827 num_points = (FT_UInt)subr_no - 13 + ( subr_no == 18 ); in t1_decoder_parse_charstrings() 828 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) ) in t1_decoder_parse_charstrings() 851 delta = top + num_points; in t1_decoder_parse_charstrings() 853 for ( nn = 0; nn < num_points; nn++ ) in t1_decoder_parse_charstrings() 864 known_othersubr_result_cnt = num_points; in t1_decoder_parse_charstrings()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrgload.c | 762 FT_Int i, old_points, num_points; in pfr_glyph_load_rec() local 779 num_points = base->n_points - old_points; in pfr_glyph_load_rec() 787 for ( i = 0; i < num_points; i++, vec++ ) in pfr_glyph_load_rec() 800 for ( i = 0; i < num_points; i++, vec++ ) in pfr_glyph_load_rec()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.c | 1026 FT_UInt num_points = gloader->base.outline.n_points; in TT_Process_Composite_Component() local 1041 for ( i = num_base_points; i < num_points; i++ ) in TT_Process_Composite_Component() 1061 l >= num_points ) in TT_Process_Composite_Component() 1152 translate_array( num_points - num_base_points, in TT_Process_Composite_Component() 1735 FT_UInt num_points = start_point; in load_truetype_glyph() local 1781 num_points = gloader->base.outline.n_points; in load_truetype_glyph() 1783 if ( num_points == num_base_points ) in load_truetype_glyph() 1809 num_points > start_point ) in load_truetype_glyph()
|
/AliOS-Things-master/components/freetype/include/ |
A D | t1tables.h | 252 FT_Byte num_points; member
|