Home
last modified time | relevance | path

Searched refs:num_contours (Results 1 – 23 of 23) sorted by relevance

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftpatent.c173 FT_Int num_contours; in _tt_face_check_patents() local
181 FT_READ_SHORT( num_contours ) ) in _tt_face_check_patents()
184 if ( num_contours >= 0 ) /* simple glyph */ in _tt_face_check_patents()
186 if ( FT_STREAM_SKIP( 8 + num_contours * 2 ) ) in _tt_face_check_patents()
Dftgloadr.c370 FT_UInt num_contours = (FT_UInt)source->base.outline.n_contours; in FT_GlyphLoader_CopyPoints() local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); in FT_GlyphLoader_CopyPoints()
385 num_contours ); in FT_GlyphLoader_CopyPoints()
397 out->n_contours = (short)num_contours; in FT_GlyphLoader_CopyPoints()
Dftstroke.c666 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local
689 num_contours++; in ft_stroke_border_get_counts()
700 *anum_contours = num_contours; in ft_stroke_border_get_counts()
705 num_contours = 0; in ft_stroke_border_get_counts()
1988 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
1999 &num_points, &num_contours ); in FT_Stroker_GetBorderCounts()
2005 *anum_contours = num_contours; in FT_Stroker_GetBorderCounts()
2019 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2040 num_contours = count2 + count4; in FT_Stroker_GetCounts()
2047 *anum_contours = num_contours; in FT_Stroker_GetCounts()
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftpatent.c173 FT_Int num_contours; in _tt_face_check_patents() local
181 FT_READ_SHORT( num_contours ) ) in _tt_face_check_patents()
184 if ( num_contours >= 0 ) /* simple glyph */ in _tt_face_check_patents()
186 if ( FT_STREAM_SKIP( 8 + num_contours * 2 ) ) in _tt_face_check_patents()
Dftgloadr.c370 FT_UInt num_contours = (FT_UInt)source->base.outline.n_contours; in FT_GlyphLoader_CopyPoints() local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); in FT_GlyphLoader_CopyPoints()
385 num_contours ); in FT_GlyphLoader_CopyPoints()
397 out->n_contours = (short)num_contours; in FT_GlyphLoader_CopyPoints()
Dftstroke.c666 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local
689 num_contours++; in ft_stroke_border_get_counts()
700 *anum_contours = num_contours; in ft_stroke_border_get_counts()
705 num_contours = 0; in ft_stroke_border_get_counts()
1988 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
1999 &num_points, &num_contours ); in FT_Stroker_GetBorderCounts()
2005 *anum_contours = num_contours; in FT_Stroker_GetBorderCounts()
2019 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2040 num_contours = count2 + count4; in FT_Stroker_GetCounts()
2047 *anum_contours = num_contours; in FT_Stroker_GetCounts()
[all …]
/external/freetype/src/base/
Dftgloadr.c370 FT_UInt num_contours = (FT_UInt)source->base.outline.n_contours; in FT_GlyphLoader_CopyPoints() local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); in FT_GlyphLoader_CopyPoints()
385 num_contours ); in FT_GlyphLoader_CopyPoints()
397 out->n_contours = (short)num_contours; in FT_GlyphLoader_CopyPoints()
Dftstroke.c666 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local
689 num_contours++; in ft_stroke_border_get_counts()
700 *anum_contours = num_contours; in ft_stroke_border_get_counts()
705 num_contours = 0; in ft_stroke_border_get_counts()
1989 FT_UInt num_points = 0, num_contours = 0; in FT_Stroker_GetBorderCounts() local
2000 &num_points, &num_contours ); in FT_Stroker_GetBorderCounts()
2006 *anum_contours = num_contours; in FT_Stroker_GetBorderCounts()
2020 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2041 num_contours = count2 + count4; in FT_Stroker_GetCounts()
2048 *anum_contours = num_contours; in FT_Stroker_GetCounts()
[all …]
/external/freetype/src/autofit/
Dafhints.c310 AF_Point* climit = contour + hints->num_contours; in af_glyph_hints_dump_points()
693 hints->num_contours = 0; in af_glyph_hints_done()
733 hints->num_contours = 0; in af_glyph_hints_reload()
795 hints->num_contours = outline->n_contours; in af_glyph_hints_reload()
894 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_reload()
922 AF_Point* contour_limit = hints->contours + hints->num_contours; in af_glyph_hints_reload()
1500 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_align_weak_points()
Dafhints.h349 FT_Int num_contours; /* number of used contours */ member
Daflatin2.c737 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()
Daflatin.c1395 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c932 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_inflections()
1047 glyph->num_contours = 0; in psh_glyph_done()
1175 glyph->num_contours = (FT_UInt)outline->n_contours; in psh_glyph_init()
1183 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_init()
1295 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_extrema()
1931 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
1934 for ( ; num_contours > 0; num_contours--, contour++ ) in psh_glyph_interpolate_other_points()
Dpshalgo.h192 FT_UInt num_contours; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
Dpshalgo.c932 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_inflections()
1047 glyph->num_contours = 0; in psh_glyph_done()
1175 glyph->num_contours = (FT_UInt)outline->n_contours; in psh_glyph_init()
1183 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_init()
1295 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_extrema()
1931 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
1934 for ( ; num_contours > 0; num_contours--, contour++ ) in psh_glyph_interpolate_other_points()
Dpshalgo.h192 FT_UInt num_contours; member
/external/freetype/src/pshinter/
Dpshalgo.c932 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_inflections()
1047 glyph->num_contours = 0; in psh_glyph_done()
1175 glyph->num_contours = (FT_UInt)outline->n_contours; in psh_glyph_init()
1183 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_init()
1295 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_extrema()
1931 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local
1934 for ( ; num_contours > 0; num_contours--, contour++ ) in psh_glyph_interpolate_other_points()
Dpshalgo.h192 FT_UInt num_contours; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafhints.c672 hints->num_contours = 0; in af_glyph_hints_done()
712 hints->num_contours = 0; in af_glyph_hints_reload()
774 hints->num_contours = outline->n_contours; in af_glyph_hints_reload()
855 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_reload()
885 AF_Point* contour_limit = hints->contours + hints->num_contours; in af_glyph_hints_reload()
1463 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_align_weak_points()
Dafhints.h347 FT_Int num_contours; /* number of used contours */ member
Daflatin2.c732 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()
Daflatin.c1241 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.201347 `num_contours' and `ins_offset' variables.