Searched defs:n_contours (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/base/
H A Dftoutln.c82 for ( n = 0; n < outline->n_contours; n++ )
313 anoutline->n_contours = (FT_Short)numContours;
350 FT_Int n_contours = outline->n_contours; local
356 if ( n_points == 0 && n_contours == 0 )
360 if ( n_points <= 0 || n_contours <= 0 )
364 for ( n = 0; n < n_contours; n++ )
398 source->n_contours != target->n_contours )
408 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
[all...]
/external/freetype/include/freetype/
H A Dftimage.h342 /* n_contours :: The number of contours in the outline. */
367 /* contours :: An array of `n_contours' shorts, giving the end */
385 short n_contours; /* number of contours in glyph */ member in struct:FT_Outline_
397 /* FT_Outline.{n_contours,n_points} */
/external/freetype/src/truetype/
H A Dttgload.c313 loader->n_contours = FT_NEXT_SHORT( p );
320 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
338 FT_Int n_contours = load->n_contours; local
353 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
359 cont_limit = cont + n_contours;
362 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
367 if ( n_contours > 0 )
385 if ( n_contours >
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h1452 /* n_contours :: The current number of contours in the zone. */
1471 FT_Short n_contours; /* number of contours */ member in struct:TT_GlyphZoneRec_
1502 FT_Short n_contours; member in struct:TT_LoaderRec_

Completed in 117 milliseconds