Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/base/
Dftgloadr.c118 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()
216 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
243 loader->max_points = new_max; in FT_GlyphLoader_CheckPoints()
Dftstroke.c305 FT_UInt max_points; member
320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow()
338 border->max_points = cur_max; in ft_stroke_border_grow()
618 border->max_points = 0; in ft_stroke_border_init()
643 border->max_points = 0; in ft_stroke_border_done()
/external/freetype/src/base/
Dftgloadr.c118 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()
Dftstroke.c305 FT_UInt max_points; member
320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow()
338 border->max_points = cur_max; in ft_stroke_border_grow()
618 border->max_points = 0; in ft_stroke_border_init()
643 border->max_points = 0; in ft_stroke_border_done()
/external/freetype/include/internal/
Dftgloadr.h82 FT_UInt max_points; member
128 (FT_UInt)(_count) ) <= (_loader)->max_points )
Dtttypes.h1440 FT_UShort max_points; member
/external/pdfium/third_party/freetype/include/internal/
Dftgloadr.h82 FT_UInt max_points; member
128 (unsigned long)(_count) ) <= (_loader)->max_points )
Dtttypes.h1442 FT_UShort max_points; member
/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.cc133 void MaximumProfileTable::Builder::SetMaxPoints(int32_t max_points) { in SetMaxPoints() argument
134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points); in SetMaxPoints()
Dmaximum_profile_table.h48 void SetMaxPoints(int32_t max_points);
/external/pdfium/third_party/freetype/src/type1/
Dt1objs.h123 FT_Int max_points; member
/external/linux-tools-perf/src/tools/perf/util/
Dprobe-finder.h54 int max_points, bool externs);
/external/freetype/src/autofit/
Dafhints.c576 hints->max_points = 0; in af_glyph_hints_done()
650 old_max = (FT_UInt)hints->max_points; in af_glyph_hints_reload()
657 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()
670 hints->max_points = (FT_Int)new_max; in af_glyph_hints_reload()
Dafhints.h342 FT_Int max_points; /* number of allocated points */ member
/external/freetype/src/truetype/
Dttobjs.c87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()
137 zone->max_points = maxPoints; in tt_glyphzone_new()
Dttinterp.c6776 FT_UInt max_points; member
6817 if ( BOUNDS( ref1, worker->max_points ) || in _iup_worker_interpolate()
6818 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate()
6941 V.max_points = exc->pts.n_points; in Ins_IUP()
/external/pdfium/third_party/freetype/src/truetype/
Dttobjs.c87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()
137 zone->max_points = maxPoints; in tt_glyphzone_new()
Dttinterp.c7219 FT_UInt max_points; member
7260 if ( BOUNDS( ref1, worker->max_points ) || in _iup_worker_interpolate()
7261 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate()
7381 V.max_points = CUR.pts.n_points; in Ins_IUP()