Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh573 int num_contours = header.numberOfContours; in get_contour_points() local
574 if (unlikely (!bytes.in_range (&endPtsOfContours[num_contours + 1]))) return false; in get_contour_points()
575 unsigned int num_points = endPtsOfContours[num_contours - 1] + 1; in get_contour_points()
582 end_points_.resize (num_contours); in get_contour_points()
584 for (int i = 0; i < num_contours; i++) in get_contour_points()
588 const HBUINT8 *p = &StructAtOffset<HBUINT8> (&endPtsOfContours[num_contours + 1], in get_contour_points()
589 endPtsOfContours[num_contours]); in get_contour_points()
743 int num_contours = header->numberOfContours; in Glyph() local
744 if (unlikely (num_contours == 0)) type = EMPTY; in Glyph()
745 else if (num_contours > 0) type = SIMPLE; in Glyph()
/external/freetype/src/base/
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()
1957 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
1968 &num_points, &num_contours ); in FT_Stroker_GetBorderCounts()
1974 *anum_contours = num_contours; in FT_Stroker_GetBorderCounts()
1988 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2009 num_contours = count2 + count4; in FT_Stroker_GetCounts()
2016 *anum_contours = num_contours; in FT_Stroker_GetCounts()
[all …]
/external/freetype/src/autofit/
Dafhints.c323 AF_Point* climit = contour + hints->num_contours; in af_glyph_hints_dump_points()
736 hints->num_contours = 0; in af_glyph_hints_done()
776 hints->num_contours = 0; in af_glyph_hints_reload()
838 hints->num_contours = outline->n_contours; in af_glyph_hints_reload()
945 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_reload()
973 AF_Point* contour_limit = hints->contours + hints->num_contours; in af_glyph_hints_reload()
1574 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_align_weak_points()
Dafhints.h355 FT_Int num_contours; /* number of used contours */ member
Daflatin2.c741 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()
Daflatin.c1547 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()
/external/freetype/src/pshinter/
Dpshalgo.c931 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_inflections()
1046 glyph->num_contours = 0; in psh_glyph_done()
1174 glyph->num_contours = (FT_UInt)outline->n_contours; in psh_glyph_init()
1182 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_init()
1294 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_extrema()
1930 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
1933 for ( ; num_contours > 0; num_contours--, contour++ ) in psh_glyph_interpolate_other_points()
Dpshalgo.h192 FT_UInt num_contours; member
/external/mesa3d/src/imgui/
Dimstb_truetype.h3458 …, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userdata) in stbtt_FlattenCurves() argument
3471 *num_contours = n; in stbtt_FlattenCurves()
3477 *num_contours = 0; in stbtt_FlattenCurves()
3531 *num_contours = 0; in stbtt_FlattenCurves()
/external/freetype/
DChangeLog.201347 `num_contours' and `ins_offset' variables.