Searched defs:num_contours (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/base/
H A Dftgloadr.c370 FT_UInt num_contours = (FT_UInt)source->base.outline.n_contours; local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
385 num_contours );
397 out->n_contours = (short)num_contours;
H A Dftstroke.c666 FT_UInt num_contours = 0; local
689 num_contours++;
700 *anum_contours = num_contours;
705 num_contours = 0;
1989 FT_UInt num_points = 0, num_contours = 0; local
2000 &num_points, &num_contours );
2006 *anum_contours = num_contours;
2020 FT_UInt count3, count4, num_contours = 0; local
2041 num_contours = count2 + count4;
2048 *anum_contours = num_contours;
2336 FT_UInt num_points, num_contours; local
2417 FT_UInt num_points, num_contours; local
[all...]
/external/freetype/src/autofit/
H A Dafhints.h349 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
/external/freetype/src/pshinter/
H A Dpshalgo.c932 for ( n = 0; n < glyph->num_contours; n++ )
1047 glyph->num_contours = 0;
1175 glyph->num_contours = (FT_UInt)outline->n_contours;
1183 for ( n = 0; n < glyph->num_contours; n++ )
1295 for ( n = 0; n < glyph->num_contours; n++ )
1931 FT_UInt num_contours = glyph->num_contours; local
1934 for ( ; num_contours > 0; num_contours--, contour++ )
H A Dpshalgo.h192 FT_UInt num_contours; member in struct:PSH_GlyphRec_

Completed in 291 milliseconds