Searched refs:max_points (Results 1 – 14 of 14) 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()217 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()244 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
315 FT_UInt max_points; member330 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()
64 FT_UInt max_points; member110 (FT_UInt)(_count) ) <= (_loader)->max_points )
1602 FT_UShort max_points; member
133 void MaximumProfileTable::Builder::SetMaxPoints(int32_t max_points) { in SetMaxPoints() argument134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points); in SetMaxPoints()
48 void SetMaxPoints(int32_t max_points);
126 FT_Int max_points; member
710 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()
344 FT_Int max_points; /* number of allocated points */ member
83 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()133 zone->max_points = maxPoints; in tt_glyphzone_new()
6776 FT_UInt max_points; member6817 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()
883 unused `max_points' and `max_contours'.2697 Set max_points and max_contours properly.
5164 and `max_points' for all cases.
5649 (IUP_WorkerRec): Add `max_points' member.