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

/external/pdfium/third_party/freetype/include/internal/
H A Dftgloadr.h82 FT_UInt max_points; member in struct:FT_GlyphLoaderRec_
128 (unsigned long)(_count) ) <= (_loader)->max_points )
H A Dtttypes.h1420 /* max_points :: The maximum size in points of the zone. */
1442 FT_UShort max_points; member in struct:TT_GlyphZoneRec_
/external/freetype/include/internal/
H A Dftgloadr.h82 FT_UInt max_points; member in struct:FT_GlyphLoaderRec_
128 (FT_UInt)(_count) ) <= (_loader)->max_points )
H A Dtttypes.h1418 /* max_points :: The maximum size in points of the zone. */
1440 FT_UShort max_points; member in struct:TT_GlyphZoneRec_
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.h54 int max_points, bool externs);
/external/pdfium/third_party/freetype/src/type1/
H A Dt1objs.h123 FT_Int max_points; member in struct:T1_GlyphSlotRec_
/external/freetype/src/base/
H A Dftgloadr.c118 loader->max_points = 0;
172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) )
176 loader->max_points;
217 old_max = loader->max_points;
244 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/pdfium/third_party/freetype/src/base/
H A Dftgloadr.c118 loader->max_points = 0;
172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) )
176 loader->max_points;
216 old_max = loader->max_points;
243 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/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.h48 void SetMaxPoints(int32_t max_points);
H A Dmaximum_profile_table.cc133 void MaximumProfileTable::Builder::SetMaxPoints(int32_t max_points) { argument
134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points);
/external/freetype/src/autofit/
H A Dafhints.c576 hints->max_points = 0;
650 old_max = (FT_UInt)hints->max_points;
657 hints->max_points = AF_POINTS_EMBEDDED;
670 hints->max_points = (FT_Int)new_max;
H A Dafhints.h342 FT_Int max_points; /* number of allocated points */ member in struct:AF_GlyphHintsRec_
/external/freetype/src/truetype/
H A Dttobjs.c87 zone->max_points = zone->n_points = 0;
137 zone->max_points = maxPoints;
H A Dttinterp.c6776 FT_UInt max_points; member in struct:IUP_WorkerRec_
6817 if ( BOUNDS( ref1, worker->max_points ) ||
6818 BOUNDS( ref2, worker->max_points ) )
6941 V.max_points = exc->pts.n_points;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c87 zone->max_points = zone->n_points = 0;
137 zone->max_points = maxPoints;
H A Dttinterp.c7219 FT_UInt max_points; member in struct:IUP_WorkerRec_
7260 if ( BOUNDS( ref1, worker->max_points ) ||
7261 BOUNDS( ref2, worker->max_points ) )
7381 V.max_points = CUR.pts.n_points;

Completed in 447 milliseconds