HomeSort by relevance Sort by last modified time
    Searched defs:num_contours (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/base/
ftgloadr.c 365 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;
ftpatent.c 172 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 ) )
ftstroke.c 587 FT_UInt num_contours = 0; local
610 num_contours++;
621 *anum_contours = num_contours;
626 num_contours = 0;
1581 FT_UInt num_points = 0, num_contours = 0; local
1612 FT_UInt count3, count4, num_contours = 0; local
1912 FT_UInt num_points, num_contours; local
1987 FT_UInt num_points, num_contours; local
    [all...]
  /external/freetype/src/autofit/
afhints.h 205 FT_Int num_contours; member in struct:AF_GlyphHintsRec_
  /external/freetype/src/pshinter/
pshalgo.c 1036 for ( n = 0; n < glyph->num_contours; n++ )
1151 glyph->num_contours = 0;
2042 FT_UInt num_contours = glyph->num_contours; local
    [all...]
pshalgo.h 206 FT_UInt num_contours; member in struct:PSH_GlyphRec_

Completed in 1356 milliseconds