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

/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dftgloadr.h63 FT_UInt max_points; member in struct:FT_GlyphLoaderRec_
109 (FT_UInt)(_count) ) <= (_loader)->max_points )
H A Dtttypes.h1663 * max_points ::
1693 FT_UShort max_points; member in struct:TT_GlyphZoneRec_
/xsrc/external/mit/freetype/dist/src/base/
H A Dftgloadr.c118 loader->max_points = 0;
172 if ( loader->max_points == 0 ||
176 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) )
180 loader->max_points;
225 old_max = loader->max_points;
252 loader->max_points = new_max;
H A Dftstroke.c315 FT_UInt max_points; member in struct:FT_StrokeBorderRec_
330 FT_UInt old_max = border->max_points;
348 border->max_points = cur_max;
618 border->max_points = 0;
643 border->max_points = 0;
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1objs.h126 FT_Int max_points; member in struct:T1_GlyphSlotRec_
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_glyphblt.c74 int num_points, max_points; local in function:glamor_poly_glyph_blt_gl
83 max_points = 500;
116 max_points *
129 if (num_points == max_points) {
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafhints.h350 FT_Int max_points; /* number of allocated points */ member in struct:AF_GlyphHintsRec_
H A Dafhints.c740 hints->max_points = 0;
814 old_max = (FT_UInt)hints->max_points;
821 hints->max_points = AF_POINTS_EMBEDDED;
834 hints->max_points = (FT_Int)new_max;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttobjs.c83 zone->max_points = zone->n_points = 0;
137 zone->max_points = maxPoints;
H A Dttinterp.c6852 FT_UInt max_points; member in struct:IUP_WorkerRec_
6893 if ( BOUNDS( ref1, worker->max_points ) ||
6894 BOUNDS( ref2, worker->max_points ) )
7037 V.max_points = exc->pts.n_points;

Completed in 22 milliseconds