Searched refs:max_points (Results 1 – 9 of 9) sorted by relevance
118 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()
305 FT_UInt max_points; member320 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()
82 FT_UInt max_points; member127 (unsigned long)(_count)) <= (_loader)->max_points )
1442 FT_UShort max_points; member
123 FT_Int max_points; member
354 FT_Int max_points; /* number of allocated points */ member
538 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()
87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()137 zone->max_points = maxPoints; in tt_glyphzone_new()
7248 FT_UInt max_points; member7289 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