/external/freetype/src/base/ |
ftgloadr.c | 370 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;
|
ftstroke.c | 666 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 2020 FT_UInt count3, count4, num_contours = 0; local 2336 FT_UInt num_points, num_contours; local 2417 FT_UInt num_points, num_contours; local [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftgloadr.c | 370 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;
|
ftpatent.c | 173 FT_Int num_contours; local 181 FT_READ_SHORT( num_contours ) ) 184 if ( num_contours >= 0 ) /* simple glyph */ 186 if ( FT_STREAM_SKIP( 8 + num_contours * 2 ) )
|
ftstroke.c | 666 FT_UInt num_contours = 0; local 689 num_contours++; 700 *anum_contours = num_contours; 705 num_contours = 0; 1988 FT_UInt num_points = 0, num_contours = 0; local 2019 FT_UInt count3, count4, num_contours = 0; local 2335 FT_UInt num_points, num_contours; local 2416 FT_UInt num_points, num_contours; local [all...] |
/external/freetype/src/autofit/ |
afhints.h | 349 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
|
/external/freetype/src/pshinter/ |
pshalgo.c | 932 for ( n = 0; n < glyph->num_contours; n++ ) 1047 glyph->num_contours = 0; 1175 glyph->num_contours = (FT_UInt)outline->n_contours; 1931 FT_UInt num_contours = glyph->num_contours; local [all...] |
pshalgo.h | 192 FT_UInt num_contours; member in struct:PSH_GlyphRec_
|
/external/pdfium/third_party/freetype/src/pshinter/ |
pshalgo.c | 932 for ( n = 0; n < glyph->num_contours; n++ ) 1047 glyph->num_contours = 0; 1175 glyph->num_contours = (FT_UInt)outline->n_contours; 1931 FT_UInt num_contours = glyph->num_contours; local [all...] |
pshalgo.h | 192 FT_UInt num_contours; member in struct:PSH_GlyphRec_
|