HomeSort by relevance Sort by last modified time
    Searched full:num_contours (Results 1 - 24 of 24) sorted by null

  /external/freetype/src/base/
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 ) )
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 656 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
2009 FT_UInt count3, count4, num_contours = 0; local
2334 FT_UInt num_points, num_contours; local
2415 FT_UInt num_points, num_contours; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
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 ) )
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;
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/pdfium/third_party/freetype/src/base/
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 ) )
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;
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/pshinter/
pshalgo.c 1026 for ( n = 0; n < glyph->num_contours; n++ )
1141 glyph->num_contours = 0;
2025 FT_UInt num_contours = glyph->num_contours; local
    [all...]
pshalgo.h 192 FT_UInt num_contours; member in struct:PSH_GlyphRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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_
  /external/freetype/src/autofit/
afhints.c 572 hints->num_contours = 0;
612 hints->num_contours = 0;
674 hints->num_contours = outline->n_contours;
755 AF_Point* contour_limit = contour + hints->num_contours;
785 AF_Point* contour_limit = hints->contours + hints->num_contours;
    [all...]
afhints.h 347 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
aflatin.c     [all...]
aflatin2.c 716 AF_Point* contour_limit = contour + hints->num_contours;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 672 hints->num_contours = 0;
712 hints->num_contours = 0;
774 hints->num_contours = outline->n_contours;
855 AF_Point* contour_limit = contour + hints->num_contours;
885 AF_Point* contour_limit = hints->contours + hints->num_contours;
    [all...]
afhints.h 347 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
aflatin.c     [all...]
aflatin2.c 732 AF_Point* contour_limit = contour + hints->num_contours;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.20     [all...]

Completed in 1017 milliseconds