Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftgloadr.c111 FT_FREE( loader->base.outline.contours ); in FT_GlyphLoader_Reset()
150 current->contours = base->contours + base->n_contours; in FT_GlyphLoader_Adjust_Points()
249 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
344 current->outline.contours[n] = in FT_GlyphLoader_Add()
345 (short)( current->outline.contours[n] + n_base_points ); in FT_GlyphLoader_Add()
372 FT_ARRAY_COPY( out->contours, in->contours, in FT_GlyphLoader_CopyPoints()
Dftoutln.c89 last = outline->contours[n]; in FT_Outline_Decompose()
309 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New_Internal()
366 end = outline->contours[n]; in FT_Outline_Check()
408 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours ); in FT_Outline_Copy()
431 FT_FREE( outline->contours ); in FT_Outline_Done_Internal()
548 last = outline->contours[n]; in FT_Outline_Reverse()
718 (outline)->contours[c - 1] + 1 \
720 (last) = (outline)->points + (outline)->contours[c]; \
829 last = outline->points + outline->contours[i];
918 int last = outline->contours[c]; in FT_Outline_Embolden()
[all …]
Dftstroke.c662 FT_Short* write = outline->contours + outline->n_contours; in ft_stroke_border_export()
1678 last = outline->contours[n]; in FT_Stroker_ParseOutline()
/external/freetype/src/autofit/
Dafhints.c385 AF_Point* contour = hints->contours; in af_glyph_hints_compute_inflections()
530 FT_FREE( hints->contours ); in af_glyph_hints_done()
582 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) ) in af_glyph_hints_reload()
643 AF_Point end = points + outline->contours[0]; in af_glyph_hints_reload()
676 end = points + outline->contours[contour_index]; in af_glyph_hints_reload()
685 AF_Point* contour = hints->contours; in af_glyph_hints_reload()
687 short* end = outline->contours; in af_glyph_hints_reload()
1116 AF_Point* contour = hints->contours; in af_glyph_hints_align_weak_points()
Dafhints.h206 AF_Point* contours; member
Dafloader.c143 FT_ARRAY_COPY( gloader->current.outline.contours, in af_loader_load_g()
144 slot->outline.contours, in af_loader_load_g()
Daflatin.c233 last = glyph->outline.contours[nn]; in af_latin_metrics_init_blues()
615 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()
Daflatin2.c241 last = glyph->outline.contours[nn]; in af_latin2_metrics_init_blues()
619 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments()
/external/freetype/src/pshinter/
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()
2035 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points()
Dpshalgo.h209 PSH_Contour contours; member
/external/freetype/include/freetype/
Dftimage.h346 short* contours; /* the contour end points */ member
/external/freetype/src/truetype/
Dttobjs.c82 FT_FREE( zone->contours ); in tt_glyphzone_done()
132 FT_NEW_ARRAY( zone->contours, maxContours ) ) in tt_glyphzone_new()
Dttgload.c263 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph()
303 for ( cont = outline->contours + 1; cont < cont_limit; cont++ ) in TT_Load_Simple_Glyph()
607 zone->contours = (FT_UShort*)load->outline.contours + start_contour; in tt_prepare_zone()
Dttinterp.c5437 first_point = (FT_UShort)( CUR.pts.contours[contour - 1] + 1 - in Ins_SHC()
5440 last_point = (FT_UShort)( CUR.pts.contours[contour] - in Ins_SHC()
5496 last_point = (FT_UShort)( CUR.zp2.contours[CUR.zp2.n_contours - 1] ); in Ins_SHZ()
6452 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP()
/external/freetype/src/psaux/
Dpsobjs.c1604 outline->contours[outline->n_contours - 1] = in t1_builder_add_contour()
1651 ? 0 : outline->contours[outline->n_contours - 2] + 1; in t1_builder_close_contour()
1679 outline->contours[outline->n_contours - 1] = in t1_builder_close_contour()
/external/freetype/include/freetype/internal/
Dtttypes.h1478 FT_UShort* contours; /* contour end points */ member
/external/freetype/src/raster/
Dftraster.c1912 ras.outline.contours[i], in Convert_Glyph()
1916 start = ras.outline.contours[i] + 1; in Convert_Glyph()
3382 if ( !outline->contours || !outline->points ) in ft_black_render()
3386 outline->contours[outline->n_contours - 1] + 1 ) in ft_black_render()
/external/freetype/src/smooth/
Dftgrays.c1457 last = outline->contours[n]; in FT_Outline_Decompose()
1874 if ( !outline->contours || !outline->points ) in gray_raster_render()
1878 outline->contours[outline->n_contours - 1] + 1 ) in gray_raster_render()
/external/freetype/src/cff/
Dcffgload.c520 outline->contours[outline->n_contours - 1] = in cff_builder_add_contour()
574 first = outline->contours[outline->n_contours - 2] + 1; in cff_builder_close_contour()
586 outline->contours[outline->n_contours - 1] = in cff_builder_close_contour()
/external/srec/config/en.us/dictionary/
Dlarge.ok6207 contours kontUrz