Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding() local
295 if (num_contours < 0) in remove_padding()
299 else if (num_contours > 0) in remove_padding()
302 glyph += GlyphHeader::static_size + 2 * num_contours; in remove_padding()
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets() local
397 if (num_contours < 0) in get_instruction_offsets()
421 …nsigned int instruction_length_offset = start_offset + GlyphHeader::static_size + 2 * num_contours; in get_instruction_offsets()
/external/freetype/src/base/
Dftgloadr.c370 FT_UInt num_contours = (FT_UInt)source->base.outline.n_contours; in FT_GlyphLoader_CopyPoints() local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); in FT_GlyphLoader_CopyPoints()
385 num_contours ); in FT_GlyphLoader_CopyPoints()
397 out->n_contours = (short)num_contours; in FT_GlyphLoader_CopyPoints()
Dftstroke.c661 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local
684 num_contours++; in ft_stroke_border_get_counts()
695 *anum_contours = num_contours; in ft_stroke_border_get_counts()
700 num_contours = 0; in ft_stroke_border_get_counts()
1984 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
1995 &num_points, &num_contours ); in FT_Stroker_GetBorderCounts()
2001 *anum_contours = num_contours; in FT_Stroker_GetBorderCounts()
2015 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2036 num_contours = count2 + count4; in FT_Stroker_GetCounts()
2043 *anum_contours = num_contours; in FT_Stroker_GetCounts()
[all …]
/external/freetype/src/autofit/
Dafhints.c310 AF_Point* climit = contour + hints->num_contours; in af_glyph_hints_dump_points()
706 hints->num_contours = 0; in af_glyph_hints_done()
746 hints->num_contours = 0; in af_glyph_hints_reload()
808 hints->num_contours = outline->n_contours; in af_glyph_hints_reload()
907 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_reload()
935 AF_Point* contour_limit = hints->contours + hints->num_contours; in af_glyph_hints_reload()
1513 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_align_weak_points()
Dafhints.h349 FT_Int num_contours; /* number of used contours */ member
Daflatin2.c740 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()
Daflatin.c1512 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()
/external/freetype/src/pshinter/
Dpshalgo.c932 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_inflections()
1047 glyph->num_contours = 0; in psh_glyph_done()
1175 glyph->num_contours = (FT_UInt)outline->n_contours; in psh_glyph_init()
1183 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_init()
1295 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_extrema()
1931 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
1934 for ( ; num_contours > 0; num_contours--, contour++ ) in psh_glyph_interpolate_other_points()
Dpshalgo.h192 FT_UInt num_contours; member
/external/u-boot/drivers/video/
Dstb_truetype.h2334 …, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userdata) in stbtt_FlattenCurves() argument
2347 *num_contours = n; in stbtt_FlattenCurves()
2353 *num_contours = 0; in stbtt_FlattenCurves()
2399 *num_contours = 0; in stbtt_FlattenCurves()
/external/freetype/
DChangeLog.201347 `num_contours' and `ins_offset' variables.