Home
last modified time | relevance | path

Searched defs:num_contours (Results 1 – 7 of 7) 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
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets() local
/external/freetype/src/base/
Dftgloadr.c370 FT_UInt num_contours = (FT_UInt)source->base.outline.n_contours; in FT_GlyphLoader_CopyPoints() local
Dftstroke.c661 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local
1984 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
2015 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2326 FT_UInt num_points, num_contours; in FT_Glyph_Stroke() local
2402 FT_UInt num_points, num_contours; in FT_Glyph_StrokeBorder() local
/external/freetype/src/pshinter/
Dpshalgo.h192 FT_UInt num_contours; member
Dpshalgo.c1931 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
/external/freetype/src/autofit/
Dafhints.h349 FT_Int num_contours; /* number of used contours */ member
/external/u-boot/drivers/video/
Dstb_truetype.h2334 …ces, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userd… in stbtt_FlattenCurves()