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

/external/freetype/src/base/
H A Dftoutln.c86 for ( n = 0; n < outline->n_contours; n++ )
324 anoutline->n_contours = (FT_Short)numContours;
361 FT_Int n_contours = outline->n_contours; local
367 if ( n_points == 0 && n_contours == 0 )
371 if ( n_points <= 0 || n_contours <= 0 )
375 for ( n = 0; n < n_contours; n++ )
411 source->n_contours != target->n_contours )
421 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftoutln.c86 for ( n = 0; n < outline->n_contours; n++ )
324 anoutline->n_contours = (FT_Short)numContours;
361 FT_Int n_contours = outline->n_contours; local
367 if ( n_points == 0 && n_contours == 0 )
371 if ( n_points <= 0 || n_contours <= 0 )
375 for ( n = 0; n < n_contours; n++ )
411 source->n_contours != target->n_contours )
421 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
[all...]
/external/freetype/include/
H A Dftimage.h293 /* n_contours :: The number of contours in the outline. */
318 /* contours :: An array of `n_contours' shorts, giving the end */
336 short n_contours; /* number of contours in glyph */ member in struct:FT_Outline_
350 /* FT_Outline.{n_contours,n_points} */
/external/freetype/src/truetype/
H A Dttgload.c328 loader->n_contours = FT_NEXT_SHORT( p );
335 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
353 FT_Int n_contours = load->n_contours; local
368 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
374 cont_limit = cont + n_contours;
377 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
382 if ( n_contours > 0 )
400 if ( n_contours >
[all...]
/external/pdfium/third_party/freetype/include/
H A Dftimage.h298 /* n_contours :: The number of contours in the outline. */
323 /* contours :: An array of `n_contours' shorts, giving the end */
341 short n_contours; /* number of contours in glyph */ member in struct:FT_Outline_
355 /* FT_Outline.{n_contours,n_points} */
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c324 loader->n_contours = FT_NEXT_SHORT( p );
331 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
349 FT_Int n_contours = load->n_contours; local
364 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
370 cont_limit = cont + n_contours;
373 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
378 if ( n_contours > 0 )
396 if ( n_contours >
[all...]
/external/freetype/include/internal/
H A Dtttypes.h1424 /* n_contours :: The current number of contours in the zone. */
1443 FT_Short n_contours; /* number of contours */ member in struct:TT_GlyphZoneRec_
1474 FT_Short n_contours; member in struct:TT_LoaderRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h1426 /* n_contours :: The current number of contours in the zone. */
1445 FT_Short n_contours; /* number of contours */ member in struct:TT_GlyphZoneRec_
1476 FT_Short n_contours; member in struct:TT_LoaderRec_

Completed in 7854 milliseconds