Searched defs:num_contours (Results 1 - 11 of 11) 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 Dftpatent.c173 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 ) )
H A Dftstroke.c656 FT_UInt num_contours = 0; local
679 num_contours++;
690 *anum_contours = num_contours;
695 num_contours = 0;
1978 FT_UInt num_points = 0, num_contours = 0; local
1989 &num_points, &num_contours );
1995 *anum_contours = num_contours;
2009 FT_UInt count3, count4, num_contours = 0; local
2030 num_contours = count2 + count4;
2037 *anum_contours = num_contours;
2334 FT_UInt num_points, num_contours; local
2415 FT_UInt num_points, num_contours; local
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftgloadr.c369 FT_UInt num_contours = source->base.outline.n_contours; local
372 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
384 num_contours );
396 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;
1982 FT_UInt num_points = 0, num_contours = 0; local
1993 &num_points, &num_contours );
1999 *anum_contours = num_contours;
2013 FT_UInt count3, count4, num_contours = 0; local
2034 num_contours = count2 + count4;
2041 *anum_contours = num_contours;
2338 FT_UInt num_points, num_contours; local
2417 FT_UInt num_points, num_contours; local
[all...]
/external/freetype/src/autofit/
H A Dafhints.h347 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
/external/freetype/src/pshinter/
H A Dpshalgo.c1026 for ( n = 0; n < glyph->num_contours; n++ )
1141 glyph->num_contours = 0;
1269 glyph->num_contours = (FT_UInt)outline->n_contours;
1277 for ( n = 0; n < glyph->num_contours; n++ )
1389 for ( n = 0; n < glyph->num_contours; n++ )
2025 FT_UInt num_contours = glyph->num_contours; local
2028 for ( ; num_contours > 0; num_contours--, contour++ )
H A Dpshalgo.h192 FT_UInt num_contours; member in struct:PSH_GlyphRec_
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.c1035 for ( n = 0; n < glyph->num_contours; n++ )
1150 glyph->num_contours = 0;
1278 glyph->num_contours = outline->n_contours;
1286 for ( n = 0; n < glyph->num_contours; n++ )
1398 for ( n = 0; n < glyph->num_contours; n++ )
2038 FT_UInt num_contours = glyph->num_contours; local
2041 for ( ; num_contours > 0; num_contours--, contour++ )
H A Dpshalgo.h197 FT_UInt num_contours; member in struct:PSH_GlyphRec_

Completed in 158 milliseconds