Home
last modified time | relevance | path

Searched refs:max_points (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/base/
Dftgloadr.c118 loader->max_points = 0; in FT_GlyphLoader_Reset()
172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra()
176 loader->max_points; in FT_GlyphLoader_CreateExtra()
217 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
244 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
Dftstroke.c315 FT_UInt max_points; member
330 FT_UInt old_max = border->max_points; in ft_stroke_border_grow()
348 border->max_points = cur_max; in ft_stroke_border_grow()
628 border->max_points = 0; in ft_stroke_border_init()
653 border->max_points = 0; in ft_stroke_border_done()
/external/freetype/include/freetype/internal/
Dftgloadr.h64 FT_UInt max_points; member
110 (FT_UInt)(_count) ) <= (_loader)->max_points )
Dtttypes.h1602 FT_UShort max_points; member
/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.cc133 void MaximumProfileTable::Builder::SetMaxPoints(int32_t max_points) { in SetMaxPoints() argument
134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points); in SetMaxPoints()
Dmaximum_profile_table.h48 void SetMaxPoints(int32_t max_points);
/external/freetype/src/type1/
Dt1objs.h126 FT_Int max_points; member
/external/freetype/src/autofit/
Dafhints.c710 hints->max_points = 0; in af_glyph_hints_done()
784 old_max = (FT_UInt)hints->max_points; in af_glyph_hints_reload()
791 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()
804 hints->max_points = (FT_Int)new_max; in af_glyph_hints_reload()
Dafhints.h344 FT_Int max_points; /* number of allocated points */ member
/external/freetype/src/truetype/
Dttobjs.c83 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()
133 zone->max_points = maxPoints; in tt_glyphzone_new()
Dttinterp.c6776 FT_UInt max_points; member
6817 if ( BOUNDS( ref1, worker->max_points ) || in _iup_worker_interpolate()
6818 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate()
6961 V.max_points = exc->pts.n_points; in Ins_IUP()
/external/freetype/
DChangeLog.22883 unused `max_points' and `max_contours'.
2697 Set max_points and max_contours properly.
DChangeLog.265164 and `max_points' for all cases.
DChangeLog.235649 (IUP_WorkerRec): Add `max_points' member.