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

  /external/freetype/src/base/
ftoutln.c 87 for ( n = 0; n < outline->n_contours; n++ )
325 anoutline->n_contours = (FT_Short)numContours;
362 FT_Int n_contours = outline->n_contours; local
368 if ( n_points == 0 && n_contours == 0 )
372 if ( n_points <= 0 || n_contours <= 0 )
376 for ( n = 0; n < n_contours; n++ )
412 source->n_contours != target->n_contours )
424 if ( source->n_contours )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftoutln.c 87 for ( n = 0; n < outline->n_contours; n++ )
325 anoutline->n_contours = (FT_Short)numContours;
362 FT_Int n_contours = outline->n_contours; local
368 if ( n_points == 0 && n_contours == 0 )
372 if ( n_points <= 0 || n_contours <= 0 )
376 for ( n = 0; n < n_contours; n++ )
412 source->n_contours != target->n_contours )
422 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 87 for ( n = 0; n < outline->n_contours; n++ )
325 anoutline->n_contours = (FT_Short)numContours;
362 FT_Int n_contours = outline->n_contours; local
368 if ( n_points == 0 && n_contours == 0 )
372 if ( n_points <= 0 || n_contours <= 0 )
376 for ( n = 0; n < n_contours; n++ )
412 source->n_contours != target->n_contours )
422 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
    [all...]
  /external/freetype/include/freetype/
ftimage.h 293 /* 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} */
    [all...]
  /external/freetype/src/truetype/
ttgload.c 306 loader->n_contours = FT_NEXT_SHORT( p );
313 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
331 FT_Int n_contours = load->n_contours; local
346 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
352 cont_limit = cont + n_contours;
355 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
360 if ( n_contours > 0 )
378 if ( n_contours > 0
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftimage.h 293 /* 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} */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgload.c 306 loader->n_contours = FT_NEXT_SHORT( p );
313 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
331 FT_Int n_contours = load->n_contours; local
346 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
352 cont_limit = cont + n_contours;
355 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
360 if ( n_contours > 0 )
378 if ( n_contours > 0
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h 293 /* 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} */
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 305 loader->n_contours = FT_NEXT_SHORT( p );
312 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
330 FT_Int n_contours = load->n_contours; local
345 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
351 cont_limit = cont + n_contours;
354 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
359 if ( n_contours > 0 )
377 if ( n_contours > 0
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 293 /* 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} */
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1443 FT_Short n_contours; \/* number of contours *\/ member in struct:TT_GlyphZoneRec_
1486 FT_Short n_contours; member in struct:TT_LoaderRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 1443 FT_Short n_contours; \/* number of contours *\/ member in struct:TT_GlyphZoneRec_
1486 FT_Short n_contours; member in struct:TT_LoaderRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 1443 FT_Short n_contours; \/* number of contours *\/ member in struct:TT_GlyphZoneRec_
1486 FT_Short n_contours; member in struct:TT_LoaderRec_
    [all...]

Completed in 359 milliseconds