Home
last modified time | relevance | path

Searched defs:num_contours (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/base/
Dftstroke.c656 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local
1957 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
1988 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2299 FT_UInt num_points, num_contours; in FT_Glyph_Stroke() local
2375 FT_UInt num_points, num_contours; in FT_Glyph_StrokeBorder() local
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh573 int num_contours = header.numberOfContours; in get_contour_points() local
743 int num_contours = header->numberOfContours; in Glyph() local
/external/freetype/src/pshinter/
Dpshalgo.h192 FT_UInt num_contours; member
Dpshalgo.c1930 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
/external/freetype/src/autofit/
Dafhints.h355 FT_Int num_contours; /* number of used contours */ member
/external/mesa3d/src/imgui/
Dimstb_truetype.h3458 …ces, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userd… in stbtt_FlattenCurves()