Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A 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()
216 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
243 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
A 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()
/AliOS-Things-master/components/freetype/include/internal/
A Dftgloadr.h82 FT_UInt max_points; member
127 (unsigned long)(_count)) <= (_loader)->max_points )
A Dtttypes.h1442 FT_UShort max_points; member
/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.h123 FT_Int max_points; member
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.h354 FT_Int max_points; /* number of allocated points */ member
A Dafhints.c538 hints->max_points = 0; in af_glyph_hints_done()
599 old_max = hints->max_points; in af_glyph_hints_reload()
607 hints->max_points = new_max; in af_glyph_hints_reload()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()
137 zone->max_points = maxPoints; in tt_glyphzone_new()
A Dttinterp.c7248 FT_UInt max_points; member
7289 if ( BOUNDS( ref1, worker->max_points ) || in _iup_worker_interpolate()
7290 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate()
7410 V.max_points = CUR.pts.n_points; in Ins_IUP()

Completed in 30 milliseconds