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

/external/freetype/include/freetype/internal/
H A Dftgloadr.h64 FT_UInt max_points; member in struct:FT_GlyphLoaderRec_
110 (FT_UInt)(_count) ) <= (_loader)->max_points )
H A Dtttypes.h1567 /* max_points :: The maximum size in points of the zone. */
1589 FT_UShort max_points; member in struct:TT_GlyphZoneRec_
/external/pdfium/third_party/freetype/include/freetype/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/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.c315 FT_UInt max_points; member in struct:FT_StrokeBorderRec_
330 FT_UInt old_max = border->max_points;
348 border->max_points = cur_max;
628 border->max_points = 0;
653 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;
217 old_max = loader->max_points;
244 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;
628 border->max_points = 0;
653 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.h344 FT_Int max_points; /* number of allocated points */ member in struct:AF_GlyphHintsRec_
H A Dafhints.c697 hints->max_points = 0;
771 old_max = (FT_UInt)hints->max_points;
778 hints->max_points = AF_POINTS_EMBEDDED;
791 hints->max_points = (FT_Int)new_max;
/external/freetype/src/truetype/
H A Dttobjs.c83 zone->max_points = zone->n_points = 0;
133 zone->max_points = maxPoints;
H A Dttinterp.c6707 FT_UInt max_points; member in struct:IUP_WorkerRec_
6748 if ( BOUNDS( ref1, worker->max_points ) ||
6749 BOUNDS( ref2, worker->max_points ) )
6889 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.c6766 FT_UInt max_points; member in struct:IUP_WorkerRec_
6807 if ( BOUNDS( ref1, worker->max_points ) ||
6808 BOUNDS( ref2, worker->max_points ) )
6931 V.max_points = exc->pts.n_points;

Completed in 2476 milliseconds