Home
last modified time | relevance | path

Searched refs:num_contours (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftpatent.c172 FT_Int num_contours; in _tt_face_check_patents() local
180 FT_READ_SHORT( num_contours ) ) in _tt_face_check_patents()
183 if ( num_contours >= 0 ) /* simple glyph */ in _tt_face_check_patents()
185 if ( FT_STREAM_SKIP( 8 + num_contours * 2 ) ) in _tt_face_check_patents()
A Dftgloadr.c369 FT_UInt num_contours = source->base.outline.n_contours; in FT_GlyphLoader_CopyPoints() local
372 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); in FT_GlyphLoader_CopyPoints()
384 num_contours ); in FT_GlyphLoader_CopyPoints()
396 out->n_contours = (short)num_contours; in FT_GlyphLoader_CopyPoints()
A Dftstroke.c656 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local
679 num_contours++; in ft_stroke_border_get_counts()
690 *anum_contours = num_contours; in ft_stroke_border_get_counts()
695 num_contours = 0; in ft_stroke_border_get_counts()
1951 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
1968 *anum_contours = num_contours; in FT_Stroker_GetBorderCounts()
1982 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
1997 num_contours = count2 + count4; in FT_Stroker_GetCounts()
2001 *anum_contours = num_contours; in FT_Stroker_GetCounts()
2289 FT_UInt num_points, num_contours; in FT_Glyph_Stroke() local
[all …]
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c1035 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_inflections()
1150 glyph->num_contours = 0; in psh_glyph_done()
1278 glyph->num_contours = outline->n_contours; in psh_glyph_init()
1286 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_init()
1398 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_extrema()
2038 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
2041 for ( ; num_contours > 0; num_contours--, contour++ ) in psh_glyph_interpolate_other_points()
A Dpshalgo.h197 FT_UInt num_contours; member
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c534 hints->num_contours = 0; in af_glyph_hints_done()
573 hints->num_contours = 0; in af_glyph_hints_reload()
611 hints->num_contours = outline->n_contours; in af_glyph_hints_reload()
689 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_reload()
1207 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_align_weak_points()
A Dafhints.h359 FT_Int num_contours; /* number of used contours */ member
A Daflatin2.c716 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()
A Daflatin.c1132 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()

Completed in 28 milliseconds