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

/external/freetype/include/freetype/internal/
H A Dftgloadr.h82 FT_UInt max_points; member in struct:FT_GlyphLoaderRec_
127 (unsigned long)(_count)) <= (_loader)->max_points )
H A Dtttypes.h1446 /* max_points :: The maximal size in points of the zone. */
1468 FT_UShort max_points; member in struct:TT_GlyphZoneRec_
/external/linux-tools-perf/util/
H A Dprobe-finder.h33 struct variable_list **vls, int max_points,
/external/freetype/src/base/
H A Dftgloadr.c117 loader->max_points = 0;
171 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) )
175 loader->max_points;
215 old_max = loader->max_points;
242 loader->max_points = new_max;
H A Dftstroke.c305 FT_UInt max_points; member in struct:FT_StrokeBorderRec_
320 FT_UInt old_max = border->max_points;
338 border->max_points = cur_max;
618 border->max_points = 0;
643 border->max_points = 0;
/external/freetype/src/autofit/
H A Dafhints.h341 FT_Int max_points; /* number of allocated points */ member in struct:AF_GlyphHintsRec_
H A Dafhints.c549 hints->max_points = 0;
611 old_max = hints->max_points;
619 hints->max_points = new_max;
/external/freetype/src/truetype/
H A Dttobjs.c86 zone->max_points = zone->n_points = 0;
136 zone->max_points = maxPoints;
H A Dttinterp.c6687 FT_UInt max_points; member in struct:IUP_WorkerRec_
6728 if ( BOUNDS( ref1, worker->max_points ) ||
6729 BOUNDS( ref2, worker->max_points ) )
6849 V.max_points = CUR.pts.n_points;

Completed in 243 milliseconds