Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftgloadr.c117 loader->max_points = 0; in FT_GlyphLoader_Reset()
171 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra()
175 loader->max_points; in FT_GlyphLoader_CreateExtra()
215 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
242 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
Dftstroke.c305 FT_UInt max_points; member
320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow()
338 border->max_points = cur_max; in ft_stroke_border_grow()
618 border->max_points = 0; in ft_stroke_border_init()
643 border->max_points = 0; in ft_stroke_border_done()
/external/freetype/include/freetype/internal/
Dftgloadr.h82 FT_UInt max_points; member
127 (unsigned long)(_count)) <= (_loader)->max_points )
Dtttypes.h1468 FT_UShort max_points; member
/external/linux-tools-perf/util/
Dprobe-finder.h33 struct variable_list **vls, int max_points,
/external/freetype/src/autofit/
Dafhints.h341 FT_Int max_points; /* number of allocated points */ member
Dafhints.c549 hints->max_points = 0; in af_glyph_hints_done()
611 old_max = hints->max_points; in af_glyph_hints_reload()
619 hints->max_points = new_max; in af_glyph_hints_reload()
/external/freetype/src/truetype/
Dttobjs.c86 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()
136 zone->max_points = maxPoints; in tt_glyphzone_new()
Dttinterp.c6687 FT_UInt max_points; member
6728 if ( BOUNDS( ref1, worker->max_points ) || in _iup_worker_interpolate()
6729 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate()
6849 V.max_points = CUR.pts.n_points; in Ins_IUP()
/external/linux-tools-perf/
Dandroid.patch1086 struct variable_list **vls, int max_points,