Home
last modified time | relevance | path

Searched refs:contours (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftgloadr.c112 FT_FREE( loader->base.outline.contours ); in FT_GlyphLoader_Reset()
151 current->contours = base->contours + base->n_contours; in FT_GlyphLoader_Adjust_Points()
257 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
355 current->outline.contours[n] = in FT_GlyphLoader_Add()
356 (short)( current->outline.contours[n] + n_base_points ); in FT_GlyphLoader_Add()
383 FT_ARRAY_COPY( out->contours, in->contours, in FT_GlyphLoader_CopyPoints()
A Dftoutln.c90 last = outline->contours[n]; in FT_Outline_Decompose()
317 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New_Internal()
374 end = outline->contours[n]; in FT_Outline_Check()
416 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours ); in FT_Outline_Copy()
439 FT_FREE( outline->contours ); in FT_Outline_Done_Internal()
556 last = outline->contours[n]; in FT_Outline_Reverse()
729 (outline)->contours[c - 1] + 1 \
731 (last) = (outline)->points + (outline)->contours[c]; \
840 last = outline->points + outline->contours[i];
937 int last = outline->contours[c]; in FT_Outline_EmboldenXY()
[all …]
A Dftstroke.c731 FT_Short* write = outline->contours + outline->n_contours; in ft_stroke_border_export()
2074 last = outline->contours[n]; in FT_Stroker_ParseOutline()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DLaplaceRelaxation.c39 int contours = 20; variable
231 t += ((double)contours*2.0*3.141592653589/128.0); in Draw()
356 if ( argv[2] && ((contours = atoi(argv[2])) > 0) ) { in main()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c532 FT_FREE( hints->contours ); in af_glyph_hints_done()
587 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) ) in af_glyph_hints_reload()
647 AF_Point end = points + outline->contours[0]; in af_glyph_hints_reload()
679 end = points + outline->contours[contour_index]; in af_glyph_hints_reload()
688 AF_Point* contour = hints->contours; in af_glyph_hints_reload()
690 short* end = outline->contours; in af_glyph_hints_reload()
1206 AF_Point* contour = hints->contours; in af_glyph_hints_align_weak_points()
A Dafloader.c159 FT_ARRAY_COPY( gloader->current.outline.contours, in af_loader_load_g()
160 slot->outline.contours, in af_loader_load_g()
486 slot->outline.contours = internal->loader->base.outline.contours; in af_loader_load_g()
A Dafhints.h360 AF_Point* contours; /* contours array */ member
A Daflatin2.c255 last = glyph->outline.contours[nn]; in af_latin2_metrics_init_blues()
715 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments()
A Daflatin.c374 last = outline.contours[nn]; in af_latin_metrics_init_blues()
1131 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()
A Dafcjk.c365 last = outline.contours[nn]; in af_cjk_metrics_init_blues()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c1044 if ( glyph->contours[n].count < 4 ) in psh_glyph_compute_inflections()
1048 first = glyph->contours[n].start; in psh_glyph_compute_inflections()
1147 FT_FREE( glyph->contours ); in psh_glyph_done()
1274 FT_NEW_ARRAY( glyph->contours, outline->n_contours ) ) in psh_glyph_init()
1283 PSH_Contour contour = glyph->contours; in psh_glyph_init()
1292 next = outline->contours[n] + 1; in psh_glyph_init()
1400 PSH_Point first = glyph->contours[n].start; in psh_glyph_compute_extrema()
1404 if ( glyph->contours[n].count == 0 ) in psh_glyph_compute_extrema()
2037 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points()
A Dpshalgo.h200 PSH_Contour contours; member
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A DREADME15 (optionally reviewing the contours of the glyph)
/AliOS-Things-master/components/freetype/include/
A Dftimage.h399 short* contours; /* the contour end points */ member
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrgload.c93 first = outline->contours[outline->n_contours - 1]; in pfr_glyph_close_contour()
112 outline->contours[outline->n_contours++] = (short)last; in pfr_glyph_close_contour()
/AliOS-Things-master/components/freetype/src/psaux/
A Dpsobjs.c1665 outline->contours[outline->n_contours - 1] = in t1_builder_add_contour()
1712 ? 0 : outline->contours[outline->n_contours - 2] + 1; in t1_builder_close_contour()
1740 outline->contours[outline->n_contours - 1] = in t1_builder_close_contour()
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h1452 FT_UShort* contours; /* contour end points */ member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c81 FT_FREE( zone->contours ); in tt_glyphzone_done()
131 FT_NEW_ARRAY( zone->contours, maxContours ) ) in tt_glyphzone_new()
A Dttgload.c369 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph()
717 zone->contours = (FT_UShort*)load->outline.contours + start_contour; in tt_prepare_zone()
A Dttinterp.c6055 start = (FT_UShort)( CUR.zp2.contours[contour - 1] + 1 - in Ins_SHC()
6062 limit = (FT_UShort)( CUR.zp2.contours[contour] - in Ins_SHC()
6107 limit = (FT_UShort)( CUR.zp2.contours[CUR.zp2.n_contours - 1] + 1 ); in Ins_SHZ()
7427 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c1556 last = outline->contours[n]; in FT_Outline_Decompose()
1957 if ( !outline->contours || !outline->points ) in gray_raster_render()
1961 outline->contours[outline->n_contours - 1] + 1 ) in gray_raster_render()
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c2068 ras.outline.contours[i], in Convert_Glyph()
2072 start = ras.outline.contours[i] + 1; in Convert_Glyph()
3588 if ( !outline->contours || !outline->points ) in ft_black_render()
3592 outline->contours[outline->n_contours - 1] + 1 ) in ft_black_render()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffgload.c549 outline->contours[outline->n_contours - 1] = in cff_builder_add_contour()
593 ? 0 : outline->contours[outline->n_contours - 2] + 1; in cff_builder_close_contour()
621 outline->contours[outline->n_contours - 1] = in cff_builder_close_contour()

Completed in 73 milliseconds