Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftstroke.c656 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local
1938 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
1969 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2280 FT_UInt num_points, num_contours; in FT_Glyph_Stroke() local
2356 FT_UInt num_points, num_contours; in FT_Glyph_StrokeBorder() local
/external/harfbuzz_ng/src/OT/glyf/
DGlyph.hh444 int num_contours = header->numberOfContours; in Glyph() local
DSimpleGlyph.hh181 int num_contours = header.numberOfContours; in get_contour_points() local
/external/freetype/src/pshinter/
Dpshalgo.h188 FT_UInt num_contours; member
Dpshalgo.c1924 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
/external/freetype/src/autofit/
Dafhints.h350 FT_Int num_contours; /* number of used contours */ member
/external/freetype/src/sdf/
Dftsdf.c1367 FT_UInt num_contours = 0; in sdf_shape_dump() local
3554 FT_Int num_contours; /* total number of contours */ in sdf_generate_with_overlaps() local
/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()