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

/external/freetype/src/base/
H A Dftgloadr.c365 FT_UInt num_contours = source->base.outline.n_contours; local
368 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
380 num_contours );
392 out->n_contours = (short)num_contours;
H A Dftpatent.c172 FT_Int num_contours; local
180 FT_READ_SHORT( num_contours ) )
183 if ( num_contours >= 0 ) /* simple glyph */
185 if ( FT_STREAM_SKIP( 8 + num_contours * 2 ) )
H A Dftstroke.c656 FT_UInt num_contours = 0; local
679 num_contours++;
690 *anum_contours = num_contours;
695 num_contours = 0;
1952 FT_UInt num_points = 0, num_contours = 0; local
1963 &num_points, &num_contours );
1969 *anum_contours = num_contours;
1983 FT_UInt count3, count4, num_contours = 0; local
1998 num_contours = count2 + count4;
2002 *anum_contours = num_contours;
2290 FT_UInt num_points, num_contours; local
2367 FT_UInt num_points, num_contours; local
[all...]
/external/freetype/src/autofit/
H A Dafhints.h346 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
/external/freetype/src/pshinter/
H A Dpshalgo.c1036 for ( n = 0; n < glyph->num_contours; n++ )
1151 glyph->num_contours = 0;
1279 glyph->num_contours = outline->n_contours;
1287 for ( n = 0; n < glyph->num_contours; n++ )
1399 for ( n = 0; n < glyph->num_contours; n++ )
2040 FT_UInt num_contours = glyph->num_contours; local
2043 for ( ; num_contours > 0; num_contours--, contour++ )
H A Dpshalgo.h206 FT_UInt num_contours; member in struct:PSH_GlyphRec_

Completed in 72 milliseconds